#CDE196

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

Shades of Reef #CDE196

Tints of Reef #CDE196

Color information

#CDE196 (or 0xCDE196) is unknown color: approx Reef. HEX triplet: CD, E1 and 96. RGB value is (205,225,150). Sum of RGB (Red+Green+Blue) = 205+225+150=580 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.34% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 150 (58.98% from 255 or 25.86% from 580); Max value from RGB is 225 - color contains mainly: green. Hex color #CDE196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE196 is #321E69. Grayscale: #D2D2D2. Windows color (decimal): -3284586 or 9888205. OLE color: 9888205.

HSL color Cylindrical-coordinate representation of color #CDE196: hue angle of 76º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDE196 is Cyan = 0.09, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB205225150-
CMYK0.0900.330.12
HSL76º55.56%73.53%-
HSV(B)76º33.33%88.24%-
XYZ57.6169.0339.14-
YUV210.4793.87124.1-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.34%
GREEN value IS 225 (88.28% from 255) = 38.79%
BLUE value IS 150 (58.98% from 255) = 25.86%
R=35.34%
G=38.79%
B=25.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052251500.0900.330.127655.5673.53
HexCDE1969021C4c384a
Octal315341226110411411470112
Binary11001101111000011001011010010100001110010011001110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE196; }

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

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

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

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

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

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

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

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