Html Css Color HEX #D9EA95 Reef

📋 copy color: '#D9EA95'

red 217 ◦ green 234 ◦ blue 149

#D9EA95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #D9EA95

Tints of Reef #D9EA95

RGB

 RED value IS 217 (85.16% from 255) = 36.17%

 GREEN value IS 234 (91.8% from 255) = 39%

 BLUE value IS 149 (58.59% from 255) = 24.83%

R = 36.17%
G = 39%
B = 24.83%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.36

 K value IS 0.08

RGB Variations

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

Color information

#D9EA95 (or 0xD9EA95) is known color: Reef. HEX triplet: D9, EA and 95. RGB value is (217,234,149). Sum of RGB (Red+Green+Blue) = 217+234+149=600 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.17% from 600); Green value is 234 (91.80% from 255 or 39% from 600); Blue value is 149 (58.59% from 255 or 24.83% from 600); Max value from RGB is 234 - color contains mainly: green. Hex color #D9EA95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EA95 is #26156A. Grayscale: #DBDBDB. Windows color (decimal): -2495851 or 9824985. OLE color: 9824985.

HSL color Cylindrical-coordinate representation of color #D9EA95: hue angle of 72º 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 #D9EA95 is Cyan = 0.07, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.08.

Color convert

RGB 217 234 149 -
CMYK 0.07 0 0.36 0.08
HSL 72º 0.67% 0.75% -
HSV(B) 72º 0.36% 0.92% -
XYZ 63.46 75.77 39.71 -
YUV 219.23 88.37 126.41 -
System Red Green Blue C M Y K H S L
Decimal 217 234 149 0.07 0 0.36 0.08 72 0.67 0.75
Hex D9 EA 95 7 0 24 8 48 43 4B
Octal 331 352 225 7 0 44 10 110 103 113
Binary 11011001 11101010 10010101 111 0 100100 1000 1001000 1000011 1001011

Color Harmonies of #D9EA95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EA95

Black with #D9EA95

Text Example


Text Example

White with #D9EA95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EA95; }

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

 H1.HeaderClassName
 {
   color: #D9EA95;
 }
 .AnyTagClassName
 {
   color: #D9EA95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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