#CDF896

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

Shades of Reef #CDF896

Tints of Reef #CDF896

Color information

#CDF896 (or 0xCDF896) is unknown color: approx Reef. HEX triplet: CD, F8 and 96. RGB value is (205,248,150). Sum of RGB (Red+Green+Blue) = 205+248+150=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #CDF896 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDF896 is #320769. Grayscale: #E0E0E0. Windows color (decimal): -3278698 or 9894093. OLE color: 9894093.

HSL color Cylindrical-coordinate representation of color #CDF896: hue angle of 86.33º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CDF896 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB205248150-
CMYK0.1700.400.03
HSL86.33º87.5%78.04%-
HSV(B)86.33º39.52%97.25%-
XYZ64.2582.3241.36-
YUV223.9786.25114.47-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 248 (97.27% from 255) = 41.13%
BLUE value IS 150 (58.98% from 255) = 24.88%
R=34.00%
G=41.13%
B=24.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2052481500.1700.400.0386.3387.578.04
HexCDF89611028356584e
Octal315370226210503126130116
Binary11001101111110001001011010001010100011101011010110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDF896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDF896; }

 p { color: rgb(205,248,150); }

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

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

 a { background-color: rgb(205,248,150); }

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

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

 span { border-color: rgb(205,248,150); }

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