Html Css Color HEX #DEF221 Pear

📋 copy color: '#DEF221'

red 222 ◦ green 242 ◦ blue 33

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

Shades of Pear #DEF221

Tints of Pear #DEF221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.64%

R = 44.67%
G = 48.69%
B = 6.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#DEF221 (or 0xDEF221) is known color: Pear. HEX triplet: DE, F2 and 21. RGB value is (222,242,33). Sum of RGB (Red+Green+Blue) = 222+242+33=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 33 (13.28% from 255 or 6.64% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF221 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF221 is #210DDE. Grayscale: #D5D5D5. Windows color (decimal): -2166239 or 2224862. OLE color: 2224862.

HSL color Cylindrical-coordinate representation of color #DEF221: hue angle of 65.74º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEF221 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 242 33 -
CMYK 0.08 0 0.86 0.05
HSL 65.74º 0.89% 0.54% -
HSV(B) 65.74º 0.86% 0.95% -
XYZ 62.15 79.14 13.44 -
YUV 212.19 26.87 134.99 -
System Red Green Blue C M Y K H S L
Decimal 222 242 33 0.08 0 0.86 0.05 65.74 0.89 0.54
Hex DE F2 21 8 0 56 5 42 59 36
Octal 336 362 41 10 0 126 5 102 131 66
Binary 11011110 11110010 100001 1000 0 1010110 101 1000010 1011001 110110

Color Harmonies of #DEF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF221

Black with #DEF221

Text Example


Text Example

White with #DEF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF221; }

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

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

background-color css

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

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

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

border-color css

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

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

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