#CDFCA9

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

Shades of Reef #CDFCA9

Tints of Reef #CDFCA9

Color information

#CDFCA9 (or 0xCDFCA9) is unknown color: approx Reef. HEX triplet: CD, FC and A9. RGB value is (205,252,169). Sum of RGB (Red+Green+Blue) = 205+252+169=626 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.75% from 626); Green value is 252 (98.83% from 255 or 40.26% from 626); Blue value is 169 (66.41% from 255 or 27.00% from 626); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFCA9 is #320356. Grayscale: #E4E4E4. Windows color (decimal): -3277655 or 11140301. OLE color: 11140301.

HSL color Cylindrical-coordinate representation of color #CDFCA9: hue angle of 93.98º degrees, saturation: 0.93, 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 #CDFCA9 is Cyan = 0.19, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.01.

Color convert

RGB205252169-
CMYK0.1900.330.01
HSL93.98º93.26%82.55%-
HSV(B)93.98º32.94%98.82%-
XYZ67.1585.4650.49-
YUV228.4894.43111.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.75%
GREEN value IS 252 (98.83% from 255) = 40.26%
BLUE value IS 169 (66.41% from 255) = 27.00%
R=32.75%
G=40.26%
B=27.00%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052521690.1900.330.0193.9893.2682.55
HexCDFCA91302115e5d53
Octal315374251230411136135123
Binary1100110111111100101010011001101000011101111010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFCA9; }

 p { color: rgb(205,252,169); }

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

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

 a { background-color: rgb(205,252,169); }

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

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

 span { border-color: rgb(205,252,169); }

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