Html Css Color HEX #D0E196 Reef

📋 copy color: '#D0E196'

red 208 ◦ green 225 ◦ blue 150

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

Shades of Reef #D0E196

Tints of Reef #D0E196

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.59%

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

R = 35.68%
G = 38.59%
B = 25.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.12

RGB Variations

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

Color information

#D0E196 (or 0xD0E196) is known color: Reef. HEX triplet: D0, E1 and 96. RGB value is (208,225,150). Sum of RGB (Red+Green+Blue) = 208+225+150=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 150 (58.98% from 255 or 25.73% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #D0E196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E196 is #2F1E69. Grayscale: #D3D3D3. Windows color (decimal): -3087978 or 9888208. OLE color: 9888208.

HSL color Cylindrical-coordinate representation of color #D0E196: hue angle of 73.6º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0E196 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 225 150 -
CMYK 0.08 0 0.33 0.12
HSL 73.6º 0.56% 0.74% -
HSV(B) 73.6º 0.33% 0.88% -
XYZ 58.44 69.46 39.18 -
YUV 211.37 93.37 125.6 -
System Red Green Blue C M Y K H S L
Decimal 208 225 150 0.08 0 0.33 0.12 73.6 0.56 0.74
Hex D0 E1 96 8 0 21 C 4A 38 4A
Octal 320 341 226 10 0 41 14 112 70 112
Binary 11010000 11100001 10010110 1000 0 100001 1100 1001010 111000 1001010

Color Harmonies of #D0E196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0E196

Black with #D0E196

Text Example


Text Example

White with #D0E196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0E196; }

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

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

background-color css

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

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

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

border-color css

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

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

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