Html Css Color HEX #D9EF96 Reef

📋 copy color: '#D9EF96'

red 217 ◦ green 239 ◦ blue 150

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

Shades of Reef #D9EF96

Tints of Reef #D9EF96

RGB

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

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

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

R = 35.81%
G = 39.44%
B = 24.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#D9EF96 (or 0xD9EF96) is known color: Reef. HEX triplet: D9, EF and 96. RGB value is (217,239,150). Sum of RGB (Red+Green+Blue) = 217+239+150=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 150 (58.98% from 255 or 24.75% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9EF96 is #261069. Grayscale: #DEDEDE. Windows color (decimal): -2494570 or 9891801. OLE color: 9891801.

HSL color Cylindrical-coordinate representation of color #D9EF96: hue angle of 74.83º 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 #D9EF96 is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 239 150 -
CMYK 0.09 0 0.37 0.06
HSL 74.83º 0.74% 0.76% -
HSV(B) 74.83º 0.37% 0.94% -
XYZ 64.99 78.69 40.62 -
YUV 222.28 87.21 124.24 -
System Red Green Blue C M Y K H S L
Decimal 217 239 150 0.09 0 0.37 0.06 74.83 0.74 0.76
Hex D9 EF 96 9 0 25 6 4B 4A 4C
Octal 331 357 226 11 0 45 6 113 112 114
Binary 11011001 11101111 10010110 1001 0 100101 110 1001011 1001010 1001100

Color Harmonies of #D9EF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EF96

Black with #D9EF96

Text Example


Text Example

White with #D9EF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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