Html Css Color HEX #DEF2DA Apple Green

📋 copy color: '#DEF2DA'

red 222 ◦ green 242 ◦ blue 218

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

Shades of Apple Green #DEF2DA

Tints of Apple Green #DEF2DA

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.48%

 BLUE value IS 218 (85.55% from 255) = 31.96%

R = 32.55%
G = 35.48%
B = 31.96%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#DEF2DA (or 0xDEF2DA) is known color: Apple Green. HEX triplet: DE, F2 and DA. RGB value is (222,242,218). Sum of RGB (Red+Green+Blue) = 222+242+218=682 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.55% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2DA is #210D25. Grayscale: #E9E9E9. Windows color (decimal): -2166054 or 14349022. OLE color: 14349022.

HSL color Cylindrical-coordinate representation of color #DEF2DA: hue angle of 110º degrees, saturation: 0.48, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF2DA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 218 -
CMYK 0.08 0 0.10 0.05
HSL 110º 0.48% 0.9% -
HSV(B) 110º 0.1% 0.95% -
XYZ 74.53 84.1 78.63 -
YUV 233.28 119.37 119.95 -
System Red Green Blue C M Y K H S L
Decimal 222 242 218 0.08 0 0.10 0.05 110 0.48 0.9
Hex DE F2 DA 8 0 A 5 6E 30 5A
Octal 336 362 332 10 0 12 5 156 60 132
Binary 11011110 11110010 11011010 1000 0 1010 101 1101110 110000 1011010

Color Harmonies of #DEF2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF2DA

Black with #DEF2DA

Text Example


Text Example

White with #DEF2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF2DA; }

 p { color: rgb(222,242,218); }

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

background-color css

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

 a { background-color: rgb(222,242,218); }

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

border-color css

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

 span { border-color: rgb(222,242,218); }

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