Html Css Color HEX #DEF821 Pear

📋 copy color: '#DEF821'

red 222 ◦ green 248 ◦ blue 33

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

Shades of Pear #DEF821

Tints of Pear #DEF821

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.3%

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

R = 44.14%
G = 49.3%
B = 6.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.03

RGB Variations

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

Color information

#DEF821 (or 0xDEF821) is known color: Pear. HEX triplet: DE, F8 and 21. RGB value is (222,248,33). Sum of RGB (Red+Green+Blue) = 222+248+33=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 248 (97.27% from 255 or 49.30% from 503); Blue value is 33 (13.28% from 255 or 6.56% from 503); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF821 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF821 is #2107DE. Grayscale: #D8D8D8. Windows color (decimal): -2164703 or 2226398. OLE color: 2226398.

HSL color Cylindrical-coordinate representation of color #DEF821: hue angle of 67.26º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEF821 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 33 -
CMYK 0.10 0 0.87 0.03
HSL 67.26º 0.94% 0.55% -
HSV(B) 67.26º 0.87% 0.97% -
XYZ 63.97 82.77 14.04 -
YUV 215.72 24.89 132.48 -
System Red Green Blue C M Y K H S L
Decimal 222 248 33 0.10 0 0.87 0.03 67.26 0.94 0.55
Hex DE F8 21 A 0 57 3 43 5E 37
Octal 336 370 41 12 0 127 3 103 136 67
Binary 11011110 11111000 100001 1010 0 1010111 11 1000011 1011110 110111

Color Harmonies of #DEF821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF821

Black with #DEF821

Text Example


Text Example

White with #DEF821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF821; }

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

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

background-color css

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

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

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

border-color css

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

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

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