Html Css Color HEX #D8EF95 Reef

📋 copy color: '#D8EF95'

red 216 ◦ green 239 ◦ blue 149

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

Shades of Reef #D8EF95

Tints of Reef #D8EF95

RGB

 RED value IS 216 (84.77% from 255) = 35.76%

 GREEN value IS 239 (93.75% from 255) = 39.57%

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

R = 35.76%
G = 39.57%
B = 24.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.06

RGB Variations

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

Color information

#D8EF95 (or 0xD8EF95) is known color: Reef. HEX triplet: D8, EF and 95. RGB value is (216,239,149). Sum of RGB (Red+Green+Blue) = 216+239+149=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 149 (58.59% from 255 or 24.67% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EF95 is #27106A. Grayscale: #DEDEDE. Windows color (decimal): -2560107 or 9826264. OLE color: 9826264.

HSL color Cylindrical-coordinate representation of color #D8EF95: hue angle of 75.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D8EF95 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.

Color convert

RGB 216 239 149 -
CMYK 0.10 0 0.38 0.06
HSL 75.33º 0.74% 0.76% -
HSV(B) 75.33º 0.38% 0.94% -
XYZ 64.61 78.5 40.18 -
YUV 221.86 86.88 123.82 -
System Red Green Blue C M Y K H S L
Decimal 216 239 149 0.10 0 0.38 0.06 75.33 0.74 0.76
Hex D8 EF 95 A 0 26 6 4B 4A 4C
Octal 330 357 225 12 0 46 6 113 112 114
Binary 11011000 11101111 10010101 1010 0 100110 110 1001011 1001010 1001100

Color Harmonies of #D8EF95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EF95

Black with #D8EF95

Text Example


Text Example

White with #D8EF95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EF95; }

 p { color: rgb(216,239,149); }

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

background-color css

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

 a { background-color: rgb(216,239,149); }

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

border-color css

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

 span { border-color: rgb(216,239,149); }

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