Html Css Color HEX #D0F8D7 Off Green

📋 copy color: '#D0F8D7'

red 208 ◦ green 248 ◦ blue 215

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

Shades of Off Green #D0F8D7

Tints of Off Green #D0F8D7

RGB

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

 GREEN value IS 248 (97.27% from 255) = 36.96%

 BLUE value IS 215 (84.38% from 255) = 32.04%

R = 31%
G = 36.96%
B = 32.04%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.13

 K value IS 0.03

RGB Variations

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

Color information

#D0F8D7 (or 0xD0F8D7) is known color: Off Green. HEX triplet: D0, F8 and D7. RGB value is (208,248,215). Sum of RGB (Red+Green+Blue) = 208+248+215=671 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.00% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 215 (84.38% from 255 or 32.04% from 671); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8D7 is #2F0728. Grayscale: #E8E8E8. Windows color (decimal): -3082025 or 14153936. OLE color: 14153936.

HSL color Cylindrical-coordinate representation of color #D0F8D7: hue angle of 130.5º degrees, saturation: 0.74, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D0F8D7 is Cyan = 0.16, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 215 -
CMYK 0.16 0 0.13 0.03
HSL 130.5º 0.74% 0.89% -
HSV(B) 130.5º 0.16% 0.97% -
XYZ 71.85 85.45 77 -
YUV 232.28 118.25 110.68 -
System Red Green Blue C M Y K H S L
Decimal 208 248 215 0.16 0 0.13 0.03 130.5 0.74 0.89
Hex D0 F8 D7 10 0 D 3 82 4A 59
Octal 320 370 327 20 0 15 3 202 112 131
Binary 11010000 11111000 11010111 10000 0 1101 11 10000010 1001010 1011001

Color Harmonies of #D0F8D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F8D7

Black with #D0F8D7

Text Example


Text Example

White with #D0F8D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F8D7; }

 p { color: rgb(208,248,215); }

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

background-color css

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

 a { background-color: rgb(208,248,215); }

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

border-color css

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

 span { border-color: rgb(208,248,215); }

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