Html Css Color HEX #DBF532 Pear

📋 copy color: '#DBF532'

red 219 ◦ green 245 ◦ blue 50

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

Shades of Pear #DBF532

Tints of Pear #DBF532

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.67%

 BLUE value IS 50 (19.92% from 255) = 9.73%

R = 42.61%
G = 47.67%
B = 9.73%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#DBF532 (or 0xDBF532) is known color: Pear. HEX triplet: DB, F5 and 32. RGB value is (219,245,50). Sum of RGB (Red+Green+Blue) = 219+245+50=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 245 (96.09% from 255 or 47.67% from 514); Blue value is 50 (19.92% from 255 or 9.73% from 514); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF532 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF532 is #240ACD. Grayscale: #D7D7D7. Windows color (decimal): -2362062 or 3339739. OLE color: 3339739.

HSL color Cylindrical-coordinate representation of color #DBF532: hue angle of 68º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DBF532 is Cyan = 0.11, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 245 50 -
CMYK 0.11 0 0.80 0.04
HSL 68º 0.91% 0.58% -
HSV(B) 68º 0.8% 0.96% -
XYZ 62.44 80.6 15.28 -
YUV 215 34.89 130.86 -
System Red Green Blue C M Y K H S L
Decimal 219 245 50 0.11 0 0.80 0.04 68 0.91 0.58
Hex DB F5 32 B 0 50 4 44 5B 3A
Octal 333 365 62 13 0 120 4 104 133 72
Binary 11011011 11110101 110010 1011 0 1010000 100 1000100 1011011 111010

Color Harmonies of #DBF532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF532

Black with #DBF532

Text Example


Text Example

White with #DBF532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF532; }

 p { color: rgb(219,245,50); }

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

background-color css

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

 a { background-color: rgb(219,245,50); }

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

border-color css

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

 span { border-color: rgb(219,245,50); }

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