#CDE096

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

Shades of Reef #CDE096

Tints of Reef #CDE096

Color information

#CDE096 (or 0xCDE096) is unknown color: approx Reef. HEX triplet: CD, E0 and 96. RGB value is (205,224,150). Sum of RGB (Red+Green+Blue) = 205+224+150=579 (76% of max value = 765). Red value is 205 (80.47% from 255 or 35.41% from 579); Green value is 224 (87.89% from 255 or 38.69% from 579); Blue value is 150 (58.98% from 255 or 25.91% from 579); Max value from RGB is 224 - color contains mainly: green. Hex color #CDE096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE096 is #321F69. Grayscale: #D2D2D2. Windows color (decimal): -3284842 or 9887949. OLE color: 9887949.

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

Color convert

RGB205224150-
CMYK0.0800.330.12
HSL75.41º54.41%73.33%-
HSV(B)75.41º33.04%87.84%-
XYZ57.3468.4939.05-
YUV209.8894.21124.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.41%
GREEN value IS 224 (87.89% from 255) = 38.69%
BLUE value IS 150 (58.98% from 255) = 25.91%
R=35.41%
G=38.69%
B=25.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2052241500.0800.330.1275.4154.4173.33
HexCDE0968021C4b3649
Octal315340226100411411366111
Binary11001101111000001001011010000100001110010010111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE096; }

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

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

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

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

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

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

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

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