Html Css Color HEX #D0F8D6 Off Green

📋 copy color: '#D0F8D6'

red 208 ◦ green 248 ◦ blue 214

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

Shades of Off Green #D0F8D6

Tints of Off Green #D0F8D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 31.94%

R = 31.04%
G = 37.01%
B = 31.94%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.14

 K value IS 0.03

RGB Variations

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

Color information

#D0F8D6 (or 0xD0F8D6) is known color: Off Green. HEX triplet: D0, F8 and D6. RGB value is (208,248,214). Sum of RGB (Red+Green+Blue) = 208+248+214=670 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.04% from 670); Green value is 248 (97.27% from 255 or 37.01% from 670); Blue value is 214 (83.98% from 255 or 31.94% from 670); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8D6 is #2F0729. Grayscale: #E8E8E8. Windows color (decimal): -3082026 or 14088400. OLE color: 14088400.

HSL color Cylindrical-coordinate representation of color #D0F8D6: hue angle of 129º 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 #D0F8D6 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 248 214 -
CMYK 0.16 0 0.14 0.03
HSL 129º 0.74% 0.89% -
HSV(B) 129º 0.16% 0.97% -
XYZ 71.72 85.4 76.32 -
YUV 232.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 208 248 214 0.16 0 0.14 0.03 129 0.74 0.89
Hex D0 F8 D6 10 0 E 3 81 4A 59
Octal 320 370 326 20 0 16 3 201 112 131
Binary 11010000 11111000 11010110 10000 0 1110 11 10000001 1001010 1011001

Color Harmonies of #D0F8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F8D6

Black with #D0F8D6

Text Example


Text Example

White with #D0F8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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