Html Css Color HEX #D0EF96 Reef

📋 copy color: '#D0EF96'

red 208 ◦ green 239 ◦ blue 150

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

Shades of Reef #D0EF96

Tints of Reef #D0EF96

RGB

 RED value IS 208 (81.64% from 255) = 34.84%

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

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

R = 34.84%
G = 40.03%
B = 25.13%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.37

 K value IS 0.06

RGB Variations

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

Color information

#D0EF96 (or 0xD0EF96) is known color: Reef. HEX triplet: D0, EF and 96. RGB value is (208,239,150). Sum of RGB (Red+Green+Blue) = 208+239+150=597 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.84% from 597); Green value is 239 (93.75% from 255 or 40.03% from 597); Blue value is 150 (58.98% from 255 or 25.13% from 597); Max value from RGB is 239 - color contains mainly: green. Hex color #D0EF96 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EF96 is #2F1069. Grayscale: #DBDBDB. Windows color (decimal): -3084394 or 9891792. OLE color: 9891792.

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

Color convert

RGB 208 239 150 -
CMYK 0.13 0 0.37 0.06
HSL 80.9º 0.74% 0.76% -
HSV(B) 80.9º 0.37% 0.94% -
XYZ 62.38 77.34 40.5 -
YUV 219.59 88.73 119.74 -
System Red Green Blue C M Y K H S L
Decimal 208 239 150 0.13 0 0.37 0.06 80.9 0.74 0.76
Hex D0 EF 96 D 0 25 6 51 4A 4C
Octal 320 357 226 15 0 45 6 121 112 114
Binary 11010000 11101111 10010110 1101 0 100101 110 1010001 1001010 1001100

Color Harmonies of #D0EF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0EF96

Black with #D0EF96

Text Example


Text Example

White with #D0EF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0EF96; }

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

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

background-color css

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

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

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

border-color css

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

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

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