Html Css Color HEX #D8EF96 Reef

📋 copy color: '#D8EF96'

red 216 ◦ green 239 ◦ blue 150

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

Shades of Reef #D8EF96

Tints of Reef #D8EF96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 24.79%

R = 35.7%
G = 39.5%
B = 24.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#D8EF96 (or 0xD8EF96) is known color: Reef. HEX triplet: D8, EF and 96. RGB value is (216,239,150). Sum of RGB (Red+Green+Blue) = 216+239+150=605 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.70% from 605); Green value is 239 (93.75% from 255 or 39.50% from 605); Blue value is 150 (58.98% from 255 or 24.79% from 605); Max value from RGB is 239 - color contains mainly: green. Hex color #D8EF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8EF96 is #271069. Grayscale: #DEDEDE. Windows color (decimal): -2560106 or 9891800. OLE color: 9891800.

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

Color convert

RGB 216 239 150 -
CMYK 0.10 0 0.37 0.06
HSL 75.51º 0.74% 0.76% -
HSV(B) 75.51º 0.37% 0.94% -
XYZ 64.69 78.53 40.6 -
YUV 221.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 216 239 150 0.10 0 0.37 0.06 75.51 0.74 0.76
Hex D8 EF 96 A 0 25 6 4C 4A 4C
Octal 330 357 226 12 0 45 6 114 112 114
Binary 11011000 11101111 10010110 1010 0 100101 110 1001100 1001010 1001100

Color Harmonies of #D8EF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8EF96

Black with #D8EF96

Text Example


Text Example

White with #D8EF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8EF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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