Html Css Color HEX #D0F8D5 Off Green

📋 copy color: '#D0F8D5'

red 208 ◦ green 248 ◦ blue 213

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

Shades of Off Green #D0F8D5

Tints of Off Green #D0F8D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 31.84%

R = 31.09%
G = 37.07%
B = 31.84%

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

#D0F8D5 (or 0xD0F8D5) is known color: Off Green. HEX triplet: D0, F8 and D5. RGB value is (208,248,213). Sum of RGB (Red+Green+Blue) = 208+248+213=669 (88% of max value = 765). Red value is 208 (81.64% from 255 or 31.09% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 213 (83.59% from 255 or 31.84% from 669); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8D5 is #2F072A. Grayscale: #E8E8E8. Windows color (decimal): -3082027 or 14022864. OLE color: 14022864.

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

Color convert

RGB 208 248 213 -
CMYK 0.16 0 0.14 0.03
HSL 127.5º 0.74% 0.89% -
HSV(B) 127.5º 0.16% 0.97% -
XYZ 71.59 85.35 75.65 -
YUV 232.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 208 248 213 0.16 0 0.14 0.03 127.5 0.74 0.89
Hex D0 F8 D5 10 0 E 3 80 4A 59
Octal 320 370 325 20 0 16 3 200 112 131
Binary 11010000 11111000 11010101 10000 0 1110 11 10000000 1001010 1011001

Color Harmonies of #D0F8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0F8D5

Black with #D0F8D5

Text Example


Text Example

White with #D0F8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0F8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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