Html Css Color HEX #DBF021 Pear

📋 copy color: '#DBF021'

red 219 ◦ green 240 ◦ blue 33

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

Shades of Pear #DBF021

Tints of Pear #DBF021

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.78%

 BLUE value IS 33 (13.28% from 255) = 6.71%

R = 44.51%
G = 48.78%
B = 6.71%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.86

 K value IS 0.06

RGB Variations

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

Color information

#DBF021 (or 0xDBF021) is known color: Pear. HEX triplet: DB, F0 and 21. RGB value is (219,240,33). Sum of RGB (Red+Green+Blue) = 219+240+33=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 33 (13.28% from 255 or 6.71% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF021 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF021 is #240FDE. Grayscale: #D2D2D2. Windows color (decimal): -2363359 or 2224347. OLE color: 2224347.

HSL color Cylindrical-coordinate representation of color #DBF021: hue angle of 66.09º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBF021 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 33 -
CMYK 0.09 0 0.86 0.06
HSL 66.09º 0.87% 0.54% -
HSV(B) 66.09º 0.86% 0.94% -
XYZ 60.65 77.49 13.2 -
YUV 210.12 28.04 134.33 -
System Red Green Blue C M Y K H S L
Decimal 219 240 33 0.09 0 0.86 0.06 66.09 0.87 0.54
Hex DB F0 21 9 0 56 6 42 57 36
Octal 333 360 41 11 0 126 6 102 127 66
Binary 11011011 11110000 100001 1001 0 1010110 110 1000010 1010111 110110

Color Harmonies of #DBF021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF021

Black with #DBF021

Text Example


Text Example

White with #DBF021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF021; }

 p { color: rgb(219,240,33); }

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

background-color css

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

 a { background-color: rgb(219,240,33); }

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

border-color css

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

 span { border-color: rgb(219,240,33); }

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