#CDF2AD

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

Shades of Reef #CDF2AD

Tints of Reef #CDF2AD

Color information

#CDF2AD (or 0xCDF2AD) is unknown color: approx Reef. HEX triplet: CD, F2 and AD. RGB value is (205,242,173). Sum of RGB (Red+Green+Blue) = 205+242+173=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 173 (67.97% from 255 or 27.90% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #CDF2AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF2AD is #320D52. Grayscale: #DFDFDF. Windows color (decimal): -3280211 or 11399885. OLE color: 11399885.

HSL color Cylindrical-coordinate representation of color #CDF2AD: hue angle of 92.17º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CDF2AD is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB205242173-
CMYK0.1500.290.05
HSL92.17º72.63%81.37%-
HSV(B)92.17º28.51%94.9%-
XYZ64.4779.551.48-
YUV223.0799.74115.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 242 (94.92% from 255) = 39.03%
BLUE value IS 173 (67.97% from 255) = 27.90%
R=33.06%
G=39.03%
B=27.90%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2052421730.1500.290.0592.1772.6381.37
HexCDF2ADF01D55c4951
Octal315362255170355134111121
Binary1100110111110010101011011111011101101101110010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF2AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF2AD; }

 p { color: rgb(205,242,173); }

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

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

 a { background-color: rgb(205,242,173); }

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

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

 span { border-color: rgb(205,242,173); }

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