Html Css Color HEX #DBF749 Pear

📋 copy color: '#DBF749'

red 219 ◦ green 247 ◦ blue 73

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

Shades of Pear #DBF749

Tints of Pear #DBF749

RGB

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

 GREEN value IS 247 (96.88% from 255) = 45.83%

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

R = 40.63%
G = 45.83%
B = 13.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.03

RGB Variations

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

Color information

#DBF749 (or 0xDBF749) is known color: Pear. HEX triplet: DB, F7 and 49. RGB value is (219,247,73). Sum of RGB (Red+Green+Blue) = 219+247+73=539 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.63% from 539); Green value is 247 (96.88% from 255 or 45.83% from 539); Blue value is 73 (28.91% from 255 or 13.54% from 539); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF749 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF749 is #2408B6. Grayscale: #DBDBDB. Windows color (decimal): -2361527 or 4847579. OLE color: 4847579.

HSL color Cylindrical-coordinate representation of color #DBF749: hue angle of 69.66º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBF749 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 247 73 -
CMYK 0.11 0 0.70 0.03
HSL 69.66º 0.92% 0.63% -
HSV(B) 69.66º 0.7% 0.97% -
XYZ 63.68 82.06 18.79 -
YUV 218.79 45.72 128.15 -
System Red Green Blue C M Y K H S L
Decimal 219 247 73 0.11 0 0.70 0.03 69.66 0.92 0.63
Hex DB F7 49 B 0 46 3 46 5C 3F
Octal 333 367 111 13 0 106 3 106 134 77
Binary 11011011 11110111 1001001 1011 0 1000110 11 1000110 1011100 111111

Color Harmonies of #DBF749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF749

Black with #DBF749

Text Example


Text Example

White with #DBF749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF749; }

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

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

background-color css

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

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

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

border-color css

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

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

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