Html Css Color HEX #DBFE48 Pear

📋 copy color: '#DBFE48'

red 219 ◦ green 254 ◦ blue 72

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

Shades of Pear #DBFE48

Tints of Pear #DBFE48

RGB

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

 GREEN value IS 254 (99.61% from 255) = 46.61%

 BLUE value IS 72 (28.52% from 255) = 13.21%

R = 40.18%
G = 46.61%
B = 13.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#DBFE48 (or 0xDBFE48) is known color: Pear. HEX triplet: DB, FE and 48. RGB value is (219,254,72). Sum of RGB (Red+Green+Blue) = 219+254+72=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 254 (99.61% from 255 or 46.61% from 545); Blue value is 72 (28.52% from 255 or 13.21% from 545); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE48 is #2401B7. Grayscale: #DFDFDF. Windows color (decimal): -2359736 or 4783835. OLE color: 4783835.

HSL color Cylindrical-coordinate representation of color #DBFE48: hue angle of 71.54º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBFE48 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 72 -
CMYK 0.14 0 0.72 0.00
HSL 71.54º 0.99% 0.64% -
HSV(B) 71.54º 0.72% 1% -
XYZ 65.82 86.41 19.34 -
YUV 222.79 42.9 125.3 -
System Red Green Blue C M Y K H S L
Decimal 219 254 72 0.14 0 0.72 0.00 71.54 0.99 0.64
Hex DB FE 48 E 0 48 0 48 63 40
Octal 333 376 110 16 0 110 0 110 143 100
Binary 11011011 11111110 1001000 1110 0 1001000 0 1001000 1100011 1000000

Color Harmonies of #DBFE48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE48

Black with #DBFE48

Text Example


Text Example

White with #DBFE48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE48; }

 p { color: rgb(219,254,72); }

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

background-color css

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

 a { background-color: rgb(219,254,72); }

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

border-color css

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

 span { border-color: rgb(219,254,72); }

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