#D2E791

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

Shades of Reef #D2E791

Tints of Reef #D2E791

Color information

#D2E791 (or 0xD2E791) is unknown color: approx Reef. HEX triplet: D2, E7 and 91. RGB value is (210,231,145). Sum of RGB (Red+Green+Blue) = 210+231+145=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 231 (90.62% from 255 or 39.42% from 586); Blue value is 145 (57.03% from 255 or 24.74% from 586); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E791 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E791 is #2D186E. Grayscale: #D7D7D7. Windows color (decimal): -2955375 or 9562066. OLE color: 9562066.

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

Color convert

RGB210231145-
CMYK0.0900.370.09
HSL74.65º64.18%73.73%-
HSV(B)74.65º37.23%90.59%-
XYZ60.2772.937.68-
YUV214.9288.54124.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 231 (90.62% from 255) = 39.42%
BLUE value IS 145 (57.03% from 255) = 24.74%
R=35.84%
G=39.42%
B=24.74%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102311450.0900.370.0974.6564.1873.73
HexD2E791902594b404a
Octal3223472211104511113100112
Binary110100101110011110010001100101001011001100101110000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E791

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E791; }

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

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

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

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

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

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

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

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