Html Css Color HEX #DBFD49 Pear

📋 copy color: '#DBFD49'

red 219 ◦ green 253 ◦ blue 73

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

Shades of Pear #DBFD49

Tints of Pear #DBFD49

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46.42%

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

R = 40.18%
G = 46.42%
B = 13.39%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.71

 K value IS 0.01

RGB Variations

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

Color information

#DBFD49 (or 0xDBFD49) is known color: Pear. HEX triplet: DB, FD and 49. RGB value is (219,253,73). Sum of RGB (Red+Green+Blue) = 219+253+73=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 253 (99.22% from 255 or 46.42% from 545); Blue value is 73 (28.91% from 255 or 13.39% from 545); Max value from RGB is 253 - color contains mainly: green. Hex color #DBFD49 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFD49 is #2402B6. Grayscale: #DEDEDE. Windows color (decimal): -2359991 or 4849115. OLE color: 4849115.

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

Color convert

RGB 219 253 73 -
CMYK 0.13 0 0.71 0.01
HSL 71.33º 0.98% 0.64% -
HSV(B) 71.33º 0.71% 0.99% -
XYZ 65.54 85.79 19.41 -
YUV 222.31 43.74 125.64 -
System Red Green Blue C M Y K H S L
Decimal 219 253 73 0.13 0 0.71 0.01 71.33 0.98 0.64
Hex DB FD 49 D 0 47 1 47 62 40
Octal 333 375 111 15 0 107 1 107 142 100
Binary 11011011 11111101 1001001 1101 0 1000111 1 1000111 1100010 1000000

Color Harmonies of #DBFD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFD49

Black with #DBFD49

Text Example


Text Example

White with #DBFD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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