#d2eb91

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

Shades of Reef #D2EB91

Tints of Reef #D2EB91

Color information

#D2EB91 (or 0xD2EB91) is unknown color: approx Reef. HEX triplet: D2, EB and 91. RGB value is (210,235,145). Sum of RGB (Red+Green+Blue) = 210+235+145=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 235 (92.19% from 255 or 39.83% from 590); Blue value is 145 (57.03% from 255 or 24.58% from 590); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EB91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EB91 is #2D146E. Grayscale: #D9D9D9. Windows color (decimal): -2954351 or 9563090. OLE color: 9563090.

HSL color Cylindrical-coordinate representation of color #D2EB91: hue angle of 76.67º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2EB91 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB210235145-
CMYK0.1100.380.08
HSL76.67º69.23%74.51%-
HSV(B)76.67º38.3%92.16%-
XYZ61.475.1638.06-
YUV217.2687.22122.82-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.59%
GREEN value IS 235 (92.19% from 255) = 39.83%
BLUE value IS 145 (57.03% from 255) = 24.58%
R=35.59%
G=39.83%
B=24.58%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102351450.1100.380.0876.6769.2374.51
HexD2EB91B02684d454b
Octal3223532211304610115105113
Binary110100101110101110010001101101001101000100110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d2eb91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d2eb91; }

 p { color: rgb(210,235,145); }

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

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

 a { background-color: rgb(210,235,145); }

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

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

 span { border-color: rgb(210,235,145); }

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