Html Css Color HEX #DEF5E2 Off Green

📋 copy color: '#DEF5E2'

red 222 ◦ green 245 ◦ blue 226

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

Shades of Off Green #DEF5E2

Tints of Off Green #DEF5E2

RGB

 RED value IS 222 (87.11% from 255) = 32.03%

 GREEN value IS 245 (96.09% from 255) = 35.35%

 BLUE value IS 226 (88.67% from 255) = 32.61%

R = 32.03%
G = 35.35%
B = 32.61%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.04

RGB Variations

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

Color information

#DEF5E2 (or 0xDEF5E2) is known color: Off Green. HEX triplet: DE, F5 and E2. RGB value is (222,245,226). Sum of RGB (Red+Green+Blue) = 222+245+226=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 245 (96.09% from 255 or 35.35% from 693); Blue value is 226 (88.67% from 255 or 32.61% from 693); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF5E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF5E2 is #210A1D. Grayscale: #ECECEC. Windows color (decimal): -2165278 or 14874078. OLE color: 14874078.

HSL color Cylindrical-coordinate representation of color #DEF5E2: hue angle of 130.43º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DEF5E2 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.04.

Color convert

RGB 222 245 226 -
CMYK 0.09 0 0.08 0.04
HSL 130.43º 0.53% 0.92% -
HSV(B) 130.43º 0.09% 0.96% -
XYZ 76.5 86.33 84.58 -
YUV 235.96 122.38 118.04 -
System Red Green Blue C M Y K H S L
Decimal 222 245 226 0.09 0 0.08 0.04 130.43 0.53 0.92
Hex DE F5 E2 9 0 8 4 82 35 5C
Octal 336 365 342 11 0 10 4 202 65 134
Binary 11011110 11110101 11100010 1001 0 1000 100 10000010 110101 1011100

Color Harmonies of #DEF5E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF5E2

Black with #DEF5E2

Text Example


Text Example

White with #DEF5E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF5E2; }

 p { color: rgb(222,245,226); }

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

background-color css

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

 a { background-color: rgb(222,245,226); }

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

border-color css

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

 span { border-color: rgb(222,245,226); }

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