#99CD4F

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

Shades of Atlantis #99CD4F

Tints of Atlantis #99CD4F

Color information

#99CD4F (or 0x99CD4F) is unknown color: approx Atlantis. HEX triplet: 99, CD and 4F. RGB value is (153,205,79). Sum of RGB (Red+Green+Blue) = 153+205+79=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 79 (31.25% from 255 or 18.08% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99CD4F is #6632B0. Grayscale: #AFAFAF. Windows color (decimal): -6697649 or 5229977. OLE color: 5229977.

HSL color Cylindrical-coordinate representation of color #99CD4F: hue angle of 84.76º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99CD4F is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB15320579-
CMYK0.2500.610.20
HSL84.76º55.75%55.69%-
HSV(B)84.76º61.46%80.39%-
XYZ36.385115.32-
YUV175.0973.77112.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.01%
GREEN value IS 205 (80.47% from 255) = 46.91%
BLUE value IS 79 (31.25% from 255) = 18.08%
R=35.01%
G=46.91%
B=18.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal153205790.2500.610.2084.7655.7555.69
Hex99CD4F1903D14553838
Octal23131511731075241257070
Binary10011001110011011001111110010111101101001010101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CD4F; }

 p { color: rgb(153,205,79); }

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

<style>
 a { background-color: #99CD4F; }

 a { background-color: rgb(153,205,79); }

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

<style>
 span { border-color: #99CD4F; }

 span { border-color: rgb(153,205,79); }

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