#CDF4AB

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

Shades of Reef #CDF4AB

Tints of Reef #CDF4AB

Color information

#CDF4AB (or 0xCDF4AB) is unknown color: approx Reef. HEX triplet: CD, F4 and AB. RGB value is (205,244,171). Sum of RGB (Red+Green+Blue) = 205+244+171=620 (82% of max value = 765). Red value is 205 (80.47% from 255 or 33.06% from 620); Green value is 244 (95.70% from 255 or 39.35% from 620); Blue value is 171 (67.19% from 255 or 27.58% from 620); Max value from RGB is 244 - color contains mainly: green. Hex color #CDF4AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF4AB is #320B54. Grayscale: #E0E0E0. Windows color (decimal): -3279701 or 11269325. OLE color: 11269325.

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

Color convert

RGB205244171-
CMYK0.1600.300.04
HSL92.05º76.84%81.37%-
HSV(B)92.05º29.92%95.69%-
XYZ64.8880.6250.67-
YUV224.0298.08114.44-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.06%
GREEN value IS 244 (95.70% from 255) = 39.35%
BLUE value IS 171 (67.19% from 255) = 27.58%
R=33.06%
G=39.35%
B=27.58%

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
Decimal2052441710.1600.300.0492.0576.8481.37
HexCDF4AB1001E45c4d51
Octal315364253200364134115121
Binary11001101111101001010101110000011110100101110010011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF4AB; }

 p { color: rgb(205,244,171); }

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

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

 a { background-color: rgb(205,244,171); }

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

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

 span { border-color: rgb(205,244,171); }

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