Html Css Color HEX #DBF220 Pear

📋 copy color: '#DBF220'

red 219 ◦ green 242 ◦ blue 32

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

Shades of Pear #DBF220

Tints of Pear #DBF220

RGB

 RED value IS 219 (85.94% from 255) = 44.42%

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

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

R = 44.42%
G = 49.09%
B = 6.49%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#DBF220 (or 0xDBF220) is known color: Pear. HEX triplet: DB, F2 and 20. RGB value is (219,242,32). Sum of RGB (Red+Green+Blue) = 219+242+32=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 242 (94.92% from 255 or 49.09% from 493); Blue value is 32 (12.89% from 255 or 6.49% from 493); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF220 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF220 is #240DDF. Grayscale: #D4D4D4. Windows color (decimal): -2362848 or 2159323. OLE color: 2159323.

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

Color convert

RGB 219 242 32 -
CMYK 0.10 0 0.87 0.05
HSL 66.57º 0.89% 0.54% -
HSV(B) 66.57º 0.87% 0.95% -
XYZ 61.23 78.67 13.32 -
YUV 211.18 26.88 133.58 -
System Red Green Blue C M Y K H S L
Decimal 219 242 32 0.10 0 0.87 0.05 66.57 0.89 0.54
Hex DB F2 20 A 0 57 5 43 59 36
Octal 333 362 40 12 0 127 5 103 131 66
Binary 11011011 11110010 100000 1010 0 1010111 101 1000011 1011001 110110

Color Harmonies of #DBF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF220

Black with #DBF220

Text Example


Text Example

White with #DBF220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF220; }

 p { color: rgb(219,242,32); }

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

background-color css

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

 a { background-color: rgb(219,242,32); }

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

border-color css

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

 span { border-color: rgb(219,242,32); }

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