#CFFDA9

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

Shades of Reef #CFFDA9

Tints of Reef #CFFDA9

Color information

#CFFDA9 (or 0xCFFDA9) is unknown color: approx Reef. HEX triplet: CF, FD and A9. RGB value is (207,253,169). Sum of RGB (Red+Green+Blue) = 207+253+169=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 253 (99.22% from 255 or 40.22% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFDA9 is #300256. Grayscale: #E5E5E5. Windows color (decimal): -3146327 or 11140559. OLE color: 11140559.

HSL color Cylindrical-coordinate representation of color #CFFDA9: hue angle of 92.86º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CFFDA9 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB207253169-
CMYK0.1800.330.01
HSL92.86º95.45%82.75%-
HSV(B)92.86º33.2%99.22%-
XYZ68.0286.3850.62-
YUV229.6793.76111.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 253 (99.22% from 255) = 40.22%
BLUE value IS 169 (66.41% from 255) = 26.87%
R=32.91%
G=40.22%
B=26.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072531690.1800.330.0192.8695.4582.75
HexCFFDA91202115d5f53
Octal317375251220411135137123
Binary1100111111111101101010011001001000011101110110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDA9; }

 p { color: rgb(207,253,169); }

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

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

 a { background-color: rgb(207,253,169); }

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

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

 span { border-color: rgb(207,253,169); }

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