Html Css Color HEX #D0F6D9 Off Green

📋 copy color: '#D0F6D9'

red 208 ◦ green 246 ◦ blue 217

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

Shades of Off Green #D0F6D9

Tints of Off Green #D0F6D9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.66%

 BLUE value IS 217 (85.16% from 255) = 32.34%

R = 31%
G = 36.66%
B = 32.34%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#D0F6D9 (or 0xD0F6D9) is known color: Off Green. HEX triplet: D0, F6 and D9. RGB value is (208,246,217). Sum of RGB (Red+Green+Blue) = 208+246+217=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 217 (85.16% from 255 or 32.34% from 671); Max value from RGB is 246 - color contains mainly: green. Hex color #D0F6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F6D9 is #2F0926. Grayscale: #E7E7E7. Windows color (decimal): -3082535 or 14284496. OLE color: 14284496.

HSL color Cylindrical-coordinate representation of color #D0F6D9: hue angle of 134.21º degrees, saturation: 0.68, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0F6D9 is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 246 217 -
CMYK 0.15 0 0.12 0.04
HSL 134.21º 0.68% 0.89% -
HSV(B) 134.21º 0.15% 0.96% -
XYZ 71.49 84.33 78.16 -
YUV 231.33 119.91 111.36 -
System Red Green Blue C M Y K H S L
Decimal 208 246 217 0.15 0 0.12 0.04 134.21 0.68 0.89
Hex D0 F6 D9 F 0 C 4 86 44 59
Octal 320 366 331 17 0 14 4 206 104 131
Binary 11010000 11110110 11011001 1111 0 1100 100 10000110 1000100 1011001

Color Harmonies of #D0F6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F6D9

Black with #D0F6D9

Text Example


Text Example

White with #D0F6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F6D9; }

 p { color: rgb(208,246,217); }

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

background-color css

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

 a { background-color: rgb(208,246,217); }

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

border-color css

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

 span { border-color: rgb(208,246,217); }

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