Html Css Color HEX #DAF7E0 Off Green

📋 copy color: '#DAF7E0'

red 218 ◦ green 247 ◦ blue 224

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

Shades of Off Green #DAF7E0

Tints of Off Green #DAF7E0

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 value IS 0.12

 M value IS 0

 Y value IS 0.09

 K value IS 0.03

RGB Variations

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

Color information

#DAF7E0 (or 0xDAF7E0) is known color: 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

RGB 218 247 224 -
CMYK 0.12 0 0.09 0.03
HSL 132.41º 0.64% 0.91% -
HSV(B) 132.41º 0.12% 0.97% -
XYZ 75.63 86.81 83.29 -
YUV 235.71 121.39 115.37 -
System Red Green Blue C M Y K H S L
Decimal 218 247 224 0.12 0 0.09 0.03 132.41 0.64 0.91
Hex DA F7 E0 C 0 9 3 84 40 5B
Octal 332 367 340 14 0 11 3 204 100 133
Binary 11011010 11110111 11100000 1100 0 1001 11 10000100 1000000 1011011

Color Harmonies of #DAF7E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF7E0

Black with #DAF7E0

Text Example


Text Example

White with #DAF7E0

Text Example


Text Example

HTML Codes & Css Web 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>