#D7EA95

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

Shades of Reef #D7EA95

Tints of Reef #D7EA95

Color information

#D7EA95 (or 0xD7EA95) is unknown color: approx Reef. HEX triplet: D7, EA and 95. RGB value is (215,234,149). Sum of RGB (Red+Green+Blue) = 215+234+149=598 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.95% from 598); Green value is 234 (91.80% from 255 or 39.13% from 598); Blue value is 149 (58.59% from 255 or 24.92% from 598); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EA95 is #28156A. Grayscale: #DADADA. Windows color (decimal): -2626923 or 9824983. OLE color: 9824983.

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

Color convert

RGB215234149-
CMYK0.0800.360.08
HSL73.41º66.93%75.1%-
HSV(B)73.41º36.32%91.76%-
XYZ62.8775.4639.69-
YUV218.6388.71125.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.95%
GREEN value IS 234 (91.80% from 255) = 39.13%
BLUE value IS 149 (58.59% from 255) = 24.92%
R=35.95%
G=39.13%
B=24.92%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2152341490.0800.360.0873.4166.9375.1
HexD7EA958024849434b
Octal3273522251004410111103113
Binary110101111110101010010101100001001001000100100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7EA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7EA95; }

 p { color: rgb(215,234,149); }

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

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

 a { background-color: rgb(215,234,149); }

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

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

 span { border-color: rgb(215,234,149); }

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