Html Css Color HEX #DBFB48 Pear

📋 copy color: '#DBFB48'

red 219 ◦ green 251 ◦ blue 72

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

Shades of Pear #DBFB48

Tints of Pear #DBFB48

RGB

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

 GREEN value IS 251 (98.44% from 255) = 46.31%

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

R = 40.41%
G = 46.31%
B = 13.28%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#DBFB48 (or 0xDBFB48) is known color: Pear. HEX triplet: DB, FB and 48. RGB value is (219,251,72). Sum of RGB (Red+Green+Blue) = 219+251+72=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 251 (98.44% from 255 or 46.31% from 542); Blue value is 72 (28.52% from 255 or 13.28% from 542); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB48 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB48 is #2404B7. Grayscale: #DDDDDD. Windows color (decimal): -2360504 or 4783067. OLE color: 4783067.

HSL color Cylindrical-coordinate representation of color #DBFB48: hue angle of 70.73º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DBFB48 is Cyan = 0.13, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 72 -
CMYK 0.13 0 0.71 0.02
HSL 70.73º 0.96% 0.63% -
HSV(B) 70.73º 0.71% 0.98% -
XYZ 64.88 84.52 19.03 -
YUV 221.03 43.9 126.55 -
System Red Green Blue C M Y K H S L
Decimal 219 251 72 0.13 0 0.71 0.02 70.73 0.96 0.63
Hex DB FB 48 D 0 47 2 47 60 3F
Octal 333 373 110 15 0 107 2 107 140 77
Binary 11011011 11111011 1001000 1101 0 1000111 10 1000111 1100000 111111

Color Harmonies of #DBFB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB48

Black with #DBFB48

Text Example


Text Example

White with #DBFB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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