Html Css Color HEX #DBF920 Pear

📋 copy color: '#DBF920'

red 219 ◦ green 249 ◦ blue 32

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

Shades of Pear #DBF920

Tints of Pear #DBF920

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.8%

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

R = 43.8%
G = 49.8%
B = 6.4%

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

#DBF920 (or 0xDBF920) is known color: Pear. HEX triplet: DB, F9 and 20. RGB value is (219,249,32). Sum of RGB (Red+Green+Blue) = 219+249+32=500 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.8% from 500); Green value is 249 (97.66% from 255 or 49.8% from 500); Blue value is 32 (12.89% from 255 or 6.4% from 500); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF920 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF920 is #2406DF. Grayscale: #D8D8D8. Windows color (decimal): -2361056 or 2161115. OLE color: 2161115.

HSL color Cylindrical-coordinate representation of color #DBF920: hue angle of 68.29º degrees, saturation: 0.95, 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 #DBF920 is Cyan = 0.12, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 249 32 -
CMYK 0.12 0 0.87 0.02
HSL 68.29º 0.95% 0.55% -
HSV(B) 68.29º 0.87% 0.98% -
XYZ 63.35 82.92 14.03 -
YUV 215.29 24.56 130.64 -
System Red Green Blue C M Y K H S L
Decimal 219 249 32 0.12 0 0.87 0.02 68.29 0.95 0.55
Hex DB F9 20 C 0 57 2 44 5F 37
Octal 333 371 40 14 0 127 2 104 137 67
Binary 11011011 11111001 100000 1100 0 1010111 10 1000100 1011111 110111

Color Harmonies of #DBF920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF920

Black with #DBF920

Text Example


Text Example

White with #DBF920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF920; }

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

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

background-color css

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

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

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

border-color css

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

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

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