#D0F8DB

Color #D0F8DB Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #D0F8DB

Tints of Off Green #D0F8DB

Color information

#D0F8DB (or 0xD0F8DB) is unknown color: approx Off Green. HEX triplet: D0, F8 and DB. RGB value is (208,248,219). Sum of RGB (Red+Green+Blue) = 208+248+219=675 (89% of max value = 765). Red value is 208 (81.64% from 255 or 30.81% from 675); Green value is 248 (97.27% from 255 or 36.74% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 248 - color contains mainly: green. Hex color #D0F8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0F8DB is #2F0724. Grayscale: #E8E8E8. Windows color (decimal): -3082021 or 14416080. OLE color: 14416080.

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

Color convert

RGB208248219-
CMYK0.1600.120.03
HSL136.5º74.07%89.41%-
HSV(B)136.5º16.13%97.25%-
XYZ72.3785.6679.74-
YUV232.73120.25110.36-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.81%
GREEN value IS 248 (97.27% from 255) = 36.74%
BLUE value IS 219 (85.94% from 255) = 32.44%
R=30.81%
G=36.74%
B=32.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2082482190.1600.120.03136.574.0789.41
HexD0F8DB100C3884a59
Octal320370333200143210112131
Binary1101000011111000110110111000001100111000100010010101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F8DB; }

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

 H1.HeaderClassName
 {
   color: #D0F8DB;
 }
 .AnyTagClassName
 {
   color: #D0F8DB;
 }
</style>
background-color css

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

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

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

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

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

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