#DAF7E0

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

Shades of Off Green #DAF7E0

Tints of Off Green #DAF7E0

Color information

#DAF7E0 (or 0xDAF7E0) is unknown color: approx Off Green. HEX triplet: DA, F7 and E0. RGB value is (218,247,224). Sum of RGB (Red+Green+Blue) = 218+247+224=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 247 (96.88% from 255 or 35.85% from 689); Blue value is 224 (87.89% from 255 or 32.51% from 689); Max value from RGB is 247 - color contains mainly: green. Hex color #DAF7E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF7E0 is #25081F. Grayscale: #EBEBEB. Windows color (decimal): -2426912 or 14743514. OLE color: 14743514.

HSL color Cylindrical-coordinate representation of color #DAF7E0: hue angle of 132.41º degrees, saturation: 0.64, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF7E0 is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.03.

Color convert

RGB218247224-
CMYK0.1200.090.03
HSL132.41º64.44%91.18%-
HSV(B)132.41º11.74%96.86%-
XYZ75.6386.8183.29-
YUV235.71121.39115.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 247 (96.88% from 255) = 35.85%
BLUE value IS 224 (87.89% from 255) = 32.51%
R=31.64%
G=35.85%
B=32.51%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2182472240.1200.090.03132.4164.4491.18
HexDAF7E0C09384405b
Octal332367340140113204100133
Binary110110101111011111100000110001001111000010010000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF7E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF7E0; }

 p { color: rgb(218,247,224); }

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

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

 a { background-color: rgb(218,247,224); }

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

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

 span { border-color: rgb(218,247,224); }

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