#CDFFA9

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

Shades of Reef #CDFFA9

Tints of Reef #CDFFA9

Color information

#CDFFA9 (or 0xCDFFA9) is unknown color: approx Reef. HEX triplet: CD, FF and A9. RGB value is (205,255,169). Sum of RGB (Red+Green+Blue) = 205+255+169=629 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.59% from 629); Green value is 255 (100% from 255 or 40.54% from 629); Blue value is 169 (66.41% from 255 or 26.87% from 629); Max value from RGB is 255 - color contains mainly: green. Hex color #CDFFA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFFA9 is #320056. Grayscale: #E6E6E6. Windows color (decimal): -3276887 or 11141069. OLE color: 11141069.

HSL color Cylindrical-coordinate representation of color #CDFFA9: hue angle of 94.88º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDFFA9 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.

Color convert

RGB205255169-
CMYK0.2000.340
HSL94.88º100%83.14%-
HSV(B)94.88º33.73%100%-
XYZ68.187.3650.81-
YUV230.2593.44109.99-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.59%
GREEN value IS 255 (100% from 255) = 40.54%
BLUE value IS 169 (66.41% from 255) = 26.87%
R=32.59%
G=40.54%
B=26.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2052551690.2000.34094.8810083.14
HexCDFFA91402205f6453
Octal315377251240420137144123
Binary1100110111111111101010011010001000100101111111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFFA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFFA9; }

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

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

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

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

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

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

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

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