#CDF5AC

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

Shades of Reef #CDF5AC

Tints of Reef #CDF5AC

Color information

#CDF5AC (or 0xCDF5AC) is unknown color: approx Reef. HEX triplet: CD, F5 and AC. RGB value is (205,245,172). Sum of RGB (Red+Green+Blue) = 205+245+172=622 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.96% from 622); Green value is 245 (96.09% from 255 or 39.39% from 622); Blue value is 172 (67.58% from 255 or 27.65% from 622); Max value from RGB is 245 - color contains mainly: green. Hex color #CDF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF5AC is #320A53. Grayscale: #E0E0E0. Windows color (decimal): -3279444 or 11335117. OLE color: 11335117.

HSL color Cylindrical-coordinate representation of color #CDF5AC: hue angle of 92.88º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CDF5AC is Cyan = 0.16, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB205245172-
CMYK0.1600.300.04
HSL92.88º78.49%81.76%-
HSV(B)92.88º29.8%96.08%-
XYZ65.2881.2651.27-
YUV224.7298.25113.94-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.96%
GREEN value IS 245 (96.09% from 255) = 39.39%
BLUE value IS 172 (67.58% from 255) = 27.65%
R=32.96%
G=39.39%
B=27.65%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2052451720.1600.300.0492.8878.4981.76
HexCDF5AC1001E45d4e52
Octal315365254200364135116122
Binary11001101111101011010110010000011110100101110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF5AC; }

 p { color: rgb(205,245,172); }

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

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

 a { background-color: rgb(205,245,172); }

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

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

 span { border-color: rgb(205,245,172); }

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