#CDF0AB

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

Shades of Reef #CDF0AB

Tints of Reef #CDF0AB

Color information

#CDF0AB (or 0xCDF0AB) is unknown color: approx Reef. HEX triplet: CD, F0 and AB. RGB value is (205,240,171). Sum of RGB (Red+Green+Blue) = 205+240+171=616 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.28% from 616); Green value is 240 (94.14% from 255 or 38.96% from 616); Blue value is 171 (67.19% from 255 or 27.76% from 616); Max value from RGB is 240 - color contains mainly: green. Hex color #CDF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF0AB is #320F54. Grayscale: #DDDDDD. Windows color (decimal): -3280725 or 11268301. OLE color: 11268301.

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

Color convert

RGB205240171-
CMYK0.1500.290.06
HSL90.43º69.7%80.59%-
HSV(B)90.43º28.75%94.12%-
XYZ63.6978.2450.27-
YUV221.6799.4116.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.28%
GREEN value IS 240 (94.14% from 255) = 38.96%
BLUE value IS 171 (67.19% from 255) = 27.76%
R=33.28%
G=38.96%
B=27.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052401710.1500.290.0690.4369.780.59
HexCDF0ABF01D65a4651
Octal315360253170356132106121
Binary1100110111110000101010111111011101110101101010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF0AB; }

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

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

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

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

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

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

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

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