Html Css Color HEX #D0E396 Reef

📋 copy color: '#D0E396'

red 208 ◦ green 227 ◦ blue 150

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

Shades of Reef #D0E396

Tints of Reef #D0E396

RGB

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

 GREEN value IS 227 (89.06% from 255) = 38.8%

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

R = 35.56%
G = 38.8%
B = 25.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.11

RGB Variations

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

Color information

#D0E396 (or 0xD0E396) is known color: Reef. HEX triplet: D0, E3 and 96. RGB value is (208,227,150). Sum of RGB (Red+Green+Blue) = 208+227+150=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 227 (89.06% from 255 or 38.80% from 585); Blue value is 150 (58.98% from 255 or 25.64% from 585); Max value from RGB is 227 - color contains mainly: green. Hex color #D0E396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E396 is #2F1C69. Grayscale: #D4D4D4. Windows color (decimal): -3087466 or 9888720. OLE color: 9888720.

HSL color Cylindrical-coordinate representation of color #D0E396: hue angle of 74.81º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D0E396 is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 227 150 -
CMYK 0.08 0 0.34 0.11
HSL 74.81º 0.58% 0.74% -
HSV(B) 74.81º 0.34% 0.89% -
XYZ 58.99 70.55 39.36 -
YUV 212.54 92.71 124.76 -
System Red Green Blue C M Y K H S L
Decimal 208 227 150 0.08 0 0.34 0.11 74.81 0.58 0.74
Hex D0 E3 96 8 0 22 B 4B 3A 4A
Octal 320 343 226 10 0 42 13 113 72 112
Binary 11010000 11100011 10010110 1000 0 100010 1011 1001011 111010 1001010

Color Harmonies of #D0E396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E396

Black with #D0E396

Text Example


Text Example

White with #D0E396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E396; }

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

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

background-color css

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

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

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

border-color css

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

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

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