Html Css Color HEX #DEF020 Pear

📋 copy color: '#DEF020'

red 222 ◦ green 240 ◦ blue 32

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

Shades of Pear #DEF020

Tints of Pear #DEF020

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.58%

 BLUE value IS 32 (12.89% from 255) = 6.48%

R = 44.94%
G = 48.58%
B = 6.48%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#DEF020 (or 0xDEF020) is known color: Pear. HEX triplet: DE, F0 and 20. RGB value is (222,240,32). Sum of RGB (Red+Green+Blue) = 222+240+32=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 32 (12.89% from 255 or 6.48% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF020 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DEF020 is #210FDF. Grayscale: #D3D3D3. Windows color (decimal): -2166752 or 2158814. OLE color: 2158814.

HSL color Cylindrical-coordinate representation of color #DEF020: hue angle of 65.19º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEF020 is Cyan = 0.08, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 32 -
CMYK 0.08 0 0.87 0.06
HSL 65.19º 0.87% 0.53% -
HSV(B) 65.19º 0.87% 0.94% -
XYZ 61.55 77.95 13.17 -
YUV 210.91 27.04 135.91 -
System Red Green Blue C M Y K H S L
Decimal 222 240 32 0.08 0 0.87 0.06 65.19 0.87 0.53
Hex DE F0 20 8 0 57 6 41 57 35
Octal 336 360 40 10 0 127 6 101 127 65
Binary 11011110 11110000 100000 1000 0 1010111 110 1000001 1010111 110101

Color Harmonies of #DEF020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF020

Black with #DEF020

Text Example


Text Example

White with #DEF020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF020; }

 p { color: rgb(222,240,32); }

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

background-color css

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

 a { background-color: rgb(222,240,32); }

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

border-color css

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

 span { border-color: rgb(222,240,32); }

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