#CDF7AB

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

Shades of Reef #CDF7AB

Tints of Reef #CDF7AB

Color information

#CDF7AB (or 0xCDF7AB) is unknown color: approx Reef. HEX triplet: CD, F7 and AB. RGB value is (205,247,171). Sum of RGB (Red+Green+Blue) = 205+247+171=623 (82% of max value = 765). Red value is 205 (80.47% from 255 or 32.91% from 623); Green value is 247 (96.88% from 255 or 39.65% from 623); Blue value is 171 (67.19% from 255 or 27.45% from 623); Max value from RGB is 247 - color contains mainly: green. Hex color #CDF7AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF7AB is #320854. Grayscale: #E2E2E2. Windows color (decimal): -3278933 or 11270093. OLE color: 11270093.

HSL color Cylindrical-coordinate representation of color #CDF7AB: hue angle of 93.16º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDF7AB is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB205247171-
CMYK0.1700.310.03
HSL93.16º82.61%81.96%-
HSV(B)93.16º30.77%96.86%-
XYZ65.7982.4450.97-
YUV225.7897.09113.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.91%
GREEN value IS 247 (96.88% from 255) = 39.65%
BLUE value IS 171 (67.19% from 255) = 27.45%
R=32.91%
G=39.65%
B=27.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052471710.1700.310.0393.1682.6181.96
HexCDF7AB1101F35d5352
Octal315367253210373135123122
Binary1100110111110111101010111000101111111101110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF7AB; }

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

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

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

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

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

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

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

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