#D2EC95

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

Shades of Reef #D2EC95

Tints of Reef #D2EC95

Color information

#D2EC95 (or 0xD2EC95) is unknown color: approx Reef. HEX triplet: D2, EC and 95. RGB value is (210,236,149). Sum of RGB (Red+Green+Blue) = 210+236+149=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 236 (92.58% from 255 or 39.66% from 595); Blue value is 149 (58.59% from 255 or 25.04% from 595); Max value from RGB is 236 - color contains mainly: green. Hex color #D2EC95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2EC95 is #2D136A. Grayscale: #DADADA. Windows color (decimal): -2954091 or 9825490. OLE color: 9825490.

HSL color Cylindrical-coordinate representation of color #D2EC95: hue angle of 77.93º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D2EC95 is Cyan = 0.11, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.

Color convert

RGB210236149-
CMYK0.1100.370.07
HSL77.93º69.6%75.49%-
HSV(B)77.93º36.86%92.55%-
XYZ6275.8639.81-
YUV218.3188.89122.07-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.29%
GREEN value IS 236 (92.58% from 255) = 39.66%
BLUE value IS 149 (58.59% from 255) = 25.04%
R=35.29%
G=39.66%
B=25.04%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102361490.1100.370.0777.9369.675.49
HexD2EC95B02574e464b
Octal322354225130457116106113
Binary11010010111011001001010110110100101111100111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EC95; }

 p { color: rgb(210,236,149); }

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

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

 a { background-color: rgb(210,236,149); }

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

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

 span { border-color: rgb(210,236,149); }

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