Html Css Color HEX #DEF521 Pear

📋 copy color: '#DEF521'

red 222 ◦ green 245 ◦ blue 33

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

Shades of Pear #DEF521

Tints of Pear #DEF521

RGB

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

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

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

R = 44.4%
G = 49%
B = 6.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#DEF521 (or 0xDEF521) is known color: Pear. HEX triplet: DE, F5 and 21. RGB value is (222,245,33). Sum of RGB (Red+Green+Blue) = 222+245+33=500 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.4% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 33 (13.28% from 255 or 6.6% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF521 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF521 is #210ADE. Grayscale: #D6D6D6. Windows color (decimal): -2165471 or 2225630. OLE color: 2225630.

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

Color convert

RGB 222 245 33 -
CMYK 0.09 0 0.87 0.04
HSL 66.51º 0.91% 0.55% -
HSV(B) 66.51º 0.87% 0.96% -
XYZ 63.05 80.94 13.74 -
YUV 213.96 25.88 133.74 -
System Red Green Blue C M Y K H S L
Decimal 222 245 33 0.09 0 0.87 0.04 66.51 0.91 0.55
Hex DE F5 21 9 0 57 4 43 5B 37
Octal 336 365 41 11 0 127 4 103 133 67
Binary 11011110 11110101 100001 1001 0 1010111 100 1000011 1011011 110111

Color Harmonies of #DEF521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF521

Black with #DEF521

Text Example


Text Example

White with #DEF521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF521; }

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

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

background-color css

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

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

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

border-color css

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

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

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