#D2E796

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

Shades of Reef #D2E796

Tints of Reef #D2E796

Color information

#D2E796 (or 0xD2E796) is unknown color: approx Reef. HEX triplet: D2, E7 and 96. RGB value is (210,231,150). Sum of RGB (Red+Green+Blue) = 210+231+150=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 231 (90.62% from 255 or 39.09% from 591); Blue value is 150 (58.98% from 255 or 25.38% from 591); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E796 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E796 is #2D1869. Grayscale: #D7D7D7. Windows color (decimal): -2955370 or 9889746. OLE color: 9889746.

HSL color Cylindrical-coordinate representation of color #D2E796: hue angle of 75.56º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D2E796 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.09.

Color convert

RGB210231150-
CMYK0.0900.350.09
HSL75.56º62.79%74.71%-
HSV(B)75.56º35.06%90.59%-
XYZ60.6673.0639.76-
YUV215.4991.04124.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.53%
GREEN value IS 231 (90.62% from 255) = 39.09%
BLUE value IS 150 (58.98% from 255) = 25.38%
R=35.53%
G=39.09%
B=25.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102311500.0900.350.0975.5662.7974.71
HexD2E796902394c3f4b
Octal322347226110431111477113
Binary11010010111001111001011010010100011100110011001111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E796; }

 p { color: rgb(210,231,150); }

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

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

 a { background-color: rgb(210,231,150); }

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

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

 span { border-color: rgb(210,231,150); }

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