Html Css Color HEX #DBF120 Pear

📋 copy color: '#DBF120'

red 219 ◦ green 241 ◦ blue 32

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

Shades of Pear #DBF120

Tints of Pear #DBF120

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.98%

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

R = 44.51%
G = 48.98%
B = 6.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#DBF120 (or 0xDBF120) is known color: Pear. HEX triplet: DB, F1 and 20. RGB value is (219,241,32). Sum of RGB (Red+Green+Blue) = 219+241+32=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 241 (94.53% from 255 or 48.98% from 492); Blue value is 32 (12.89% from 255 or 6.50% from 492); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF120 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF120 is #240EDF. Grayscale: #D3D3D3. Windows color (decimal): -2363104 or 2159067. OLE color: 2159067.

HSL color Cylindrical-coordinate representation of color #DBF120: hue angle of 66.32º degrees, saturation: 0.88, 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 #DBF120 is Cyan = 0.09, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 241 32 -
CMYK 0.09 0 0.87 0.05
HSL 66.32º 0.88% 0.54% -
HSV(B) 66.32º 0.87% 0.95% -
XYZ 60.93 78.07 13.23 -
YUV 210.6 27.21 133.99 -
System Red Green Blue C M Y K H S L
Decimal 219 241 32 0.09 0 0.87 0.05 66.32 0.88 0.54
Hex DB F1 20 9 0 57 5 42 58 36
Octal 333 361 40 11 0 127 5 102 130 66
Binary 11011011 11110001 100000 1001 0 1010111 101 1000010 1011000 110110

Color Harmonies of #DBF120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF120

Black with #DBF120

Text Example


Text Example

White with #DBF120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF120; }

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

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

background-color css

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

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

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

border-color css

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

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

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