Html Css Color HEX #DBFA49 Pear

📋 copy color: '#DBFA49'

red 219 ◦ green 250 ◦ blue 73

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

Shades of Pear #DBFA49

Tints of Pear #DBFA49

RGB

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

 GREEN value IS 250 (98.05% from 255) = 46.13%

 BLUE value IS 73 (28.91% from 255) = 13.47%

R = 40.41%
G = 46.13%
B = 13.47%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.71

 K value IS 0.02

RGB Variations

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

Color information

#DBFA49 (or 0xDBFA49) is known color: Pear. HEX triplet: DB, FA and 49. RGB value is (219,250,73). Sum of RGB (Red+Green+Blue) = 219+250+73=542 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.41% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 73 (28.91% from 255 or 13.47% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFA49 is #2405B6. Grayscale: #DDDDDD. Windows color (decimal): -2360759 or 4848347. OLE color: 4848347.

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

Color convert

RGB 219 250 73 -
CMYK 0.12 0 0.71 0.02
HSL 70.51º 0.95% 0.63% -
HSV(B) 70.51º 0.71% 0.98% -
XYZ 64.6 83.91 19.1 -
YUV 220.55 44.73 126.89 -
System Red Green Blue C M Y K H S L
Decimal 219 250 73 0.12 0 0.71 0.02 70.51 0.95 0.63
Hex DB FA 49 C 0 47 2 47 5F 3F
Octal 333 372 111 14 0 107 2 107 137 77
Binary 11011011 11111010 1001001 1100 0 1000111 10 1000111 1011111 111111

Color Harmonies of #DBFA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA49

Black with #DBFA49

Text Example


Text Example

White with #DBFA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA49; }

 p { color: rgb(219,250,73); }

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

background-color css

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

 a { background-color: rgb(219,250,73); }

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

border-color css

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

 span { border-color: rgb(219,250,73); }

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