#94D74B

Color #94D74B Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #94D74B

Tints of Atlantis #94D74B

Color information

#94D74B (or 0x94D74B) is unknown color: approx Atlantis. HEX triplet: 94, D7 and 4B. RGB value is (148,215,75). Sum of RGB (Red+Green+Blue) = 148+215+75=438 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.79% from 438); Green value is 215 (84.38% from 255 or 49.09% from 438); Blue value is 75 (29.69% from 255 or 17.12% from 438); Max value from RGB is 215 - color contains mainly: green. Hex color #94D74B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D74B is #6B28B4. Grayscale: #B3B3B3. Windows color (decimal): -7022773 or 4970388. OLE color: 4970388.

HSL color Cylindrical-coordinate representation of color #94D74B: hue angle of 88.71º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #94D74B is Cyan = 0.31, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB14821575-
CMYK0.3100.650.16
HSL88.71º63.64%56.86%-
HSV(B)88.71º65.12%84.31%-
XYZ37.7855.415.36-
YUV179.0169.3105.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 33.79%
GREEN value IS 215 (84.38% from 255) = 49.09%
BLUE value IS 75 (29.69% from 255) = 17.12%
R=33.79%
G=49.09%
B=17.12%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148215750.3100.650.1688.7163.6456.86
Hex94D74B1F04110594039
Octal2243271133701012013110071
Binary1001010011010111100101111111010000011000010110011000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D74B; }

 p { color: rgb(148,215,75); }

 H1.HeaderClassName
 {
   color: #94D74B;
 }
 .AnyTagClassName
 {
   color: #94D74B;
 }
</style>
background-color css

<style>
 a { background-color: #94D74B; }

 a { background-color: rgb(148,215,75); }

 div.DivClassName
 {
   background-color: #94D74B;
 }
 .BgClassName
 {
   background-color: #94D74B;
 }
</style>
border-color css

<style>
 span { border-color: #94D74B; }

 span { border-color: rgb(148,215,75); }

 td.TdClassName
 {
   border-color: #94D74B;
 }
 .TagClassName
 {
   border-color: #94D74B;
 }
</style>