#CDE596

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

Shades of Reef #CDE596

Tints of Reef #CDE596

Color information

#CDE596 (or 0xCDE596) is unknown color: approx Reef. HEX triplet: CD, E5 and 96. RGB value is (205,229,150). Sum of RGB (Red+Green+Blue) = 205+229+150=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 229 (89.84% from 255 or 39.21% from 584); Blue value is 150 (58.98% from 255 or 25.68% from 584); Max value from RGB is 229 - color contains mainly: green. Hex color #CDE596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDE596 is #321A69. Grayscale: #D5D5D5. Windows color (decimal): -3283562 or 9889229. OLE color: 9889229.

HSL color Cylindrical-coordinate representation of color #CDE596: hue angle of 78.23º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CDE596 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.

Color convert

RGB205229150-
CMYK0.1000.340.10
HSL78.23º60.31%74.31%-
HSV(B)78.23º34.5%89.8%-
XYZ58.771.2239.51-
YUV212.8292.55122.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 229 (89.84% from 255) = 39.21%
BLUE value IS 150 (58.98% from 255) = 25.68%
R=35.10%
G=39.21%
B=25.68%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2052291500.1000.340.1078.2360.3174.31
HexCDE596A022A4e3c4a
Octal315345226120421211674112
Binary11001101111001011001011010100100010101010011101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDE596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDE596; }

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

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

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

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

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

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

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

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