Html Css Color HEX #DBF420 Pear

📋 copy color: '#DBF420'

red 219 ◦ green 244 ◦ blue 32

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

Shades of Pear #DBF420

Tints of Pear #DBF420

RGB

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

 GREEN value IS 244 (95.7% from 255) = 49.29%

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

R = 44.24%
G = 49.29%
B = 6.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#DBF420 (or 0xDBF420) is known color: Pear. HEX triplet: DB, F4 and 20. RGB value is (219,244,32). Sum of RGB (Red+Green+Blue) = 219+244+32=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 32 (12.89% from 255 or 6.46% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #DBF420 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF420 is #240BDF. Grayscale: #D5D5D5. Windows color (decimal): -2362336 or 2159835. OLE color: 2159835.

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

Color convert

RGB 219 244 32 -
CMYK 0.10 0 0.87 0.04
HSL 67.08º 0.91% 0.54% -
HSV(B) 67.08º 0.87% 0.96% -
XYZ 61.82 79.87 13.52 -
YUV 212.36 26.22 132.74 -
System Red Green Blue C M Y K H S L
Decimal 219 244 32 0.10 0 0.87 0.04 67.08 0.91 0.54
Hex DB F4 20 A 0 57 4 43 5B 36
Octal 333 364 40 12 0 127 4 103 133 66
Binary 11011011 11110100 100000 1010 0 1010111 100 1000011 1011011 110110

Color Harmonies of #DBF420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF420

Black with #DBF420

Text Example


Text Example

White with #DBF420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF420; }

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

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

background-color css

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

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

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

border-color css

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

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

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