Html Css Color HEX #DBFA20 Pear

📋 copy color: '#DBFA20'

red 219 ◦ green 250 ◦ blue 32

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

Shades of Pear #DBFA20

Tints of Pear #DBFA20

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.9%

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

R = 43.71%
G = 49.9%
B = 6.39%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#DBFA20 (or 0xDBFA20) is known color: Pear. HEX triplet: DB, FA and 20. RGB value is (219,250,32). Sum of RGB (Red+Green+Blue) = 219+250+32=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 250 (98.05% from 255 or 49.90% from 501); Blue value is 32 (12.89% from 255 or 6.39% from 501); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA20 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFA20 is #2405DF. Grayscale: #D8D8D8. Windows color (decimal): -2360800 or 2161371. OLE color: 2161371.

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

Color convert

RGB 219 250 32 -
CMYK 0.12 0 0.87 0.02
HSL 68.53º 0.96% 0.55% -
HSV(B) 68.53º 0.87% 0.98% -
XYZ 63.66 83.54 14.14 -
YUV 215.88 24.23 130.23 -
System Red Green Blue C M Y K H S L
Decimal 219 250 32 0.12 0 0.87 0.02 68.53 0.96 0.55
Hex DB FA 20 C 0 57 2 45 60 37
Octal 333 372 40 14 0 127 2 105 140 67
Binary 11011011 11111010 100000 1100 0 1010111 10 1000101 1100000 110111

Color Harmonies of #DBFA20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA20

Black with #DBFA20

Text Example


Text Example

White with #DBFA20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA20; }

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

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

background-color css

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

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

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

border-color css

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

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

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