Html Css Color HEX #D8ED96 Reef

📋 copy color: '#D8ED96'

red 216 ◦ green 237 ◦ blue 150

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

Shades of Reef #D8ED96

Tints of Reef #D8ED96

RGB

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

 GREEN value IS 237 (92.97% from 255) = 39.3%

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

R = 35.82%
G = 39.3%
B = 24.88%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.07

RGB Variations

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

Color information

#D8ED96 (or 0xD8ED96) is known color: Reef. HEX triplet: D8, ED and 96. RGB value is (216,237,150). Sum of RGB (Red+Green+Blue) = 216+237+150=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 237 (92.97% from 255 or 39.30% from 603); Blue value is 150 (58.98% from 255 or 24.88% from 603); Max value from RGB is 237 - color contains mainly: green. Hex color #D8ED96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8ED96 is #271269. Grayscale: #DDDDDD. Windows color (decimal): -2560618 or 9891288. OLE color: 9891288.

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

Color convert

RGB 216 237 150 -
CMYK 0.09 0 0.37 0.07
HSL 74.48º 0.71% 0.76% -
HSV(B) 74.48º 0.37% 0.93% -
XYZ 64.11 77.37 40.41 -
YUV 220.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 216 237 150 0.09 0 0.37 0.07 74.48 0.71 0.76
Hex D8 ED 96 9 0 25 7 4A 47 4C
Octal 330 355 226 11 0 45 7 112 107 114
Binary 11011000 11101101 10010110 1001 0 100101 111 1001010 1000111 1001100

Color Harmonies of #D8ED96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8ED96

Black with #D8ED96

Text Example


Text Example

White with #D8ED96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8ED96; }

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

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

background-color css

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

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

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

border-color css

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

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

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