Html Css Color HEX #DBF549 Pear

📋 copy color: '#DBF549'

red 219 ◦ green 245 ◦ blue 73

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

Shades of Pear #DBF549

Tints of Pear #DBF549

RGB

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

 GREEN value IS 245 (96.09% from 255) = 45.62%

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

R = 40.78%
G = 45.62%
B = 13.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#DBF549 (or 0xDBF549) is known color: Pear. HEX triplet: DB, F5 and 49. RGB value is (219,245,73). Sum of RGB (Red+Green+Blue) = 219+245+73=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 73 (28.91% from 255 or 13.59% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF549 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF549 is #240AB6. Grayscale: #DADADA. Windows color (decimal): -2362039 or 4847067. OLE color: 4847067.

HSL color Cylindrical-coordinate representation of color #DBF549: hue angle of 69.07º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBF549 is Cyan = 0.11, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 245 73 -
CMYK 0.11 0 0.70 0.04
HSL 69.07º 0.9% 0.62% -
HSV(B) 69.07º 0.7% 0.96% -
XYZ 63.07 80.85 18.58 -
YUV 217.62 46.39 128.99 -
System Red Green Blue C M Y K H S L
Decimal 219 245 73 0.11 0 0.70 0.04 69.07 0.9 0.62
Hex DB F5 49 B 0 46 4 45 5A 3E
Octal 333 365 111 13 0 106 4 105 132 76
Binary 11011011 11110101 1001001 1011 0 1000110 100 1000101 1011010 111110

Color Harmonies of #DBF549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF549

Black with #DBF549

Text Example


Text Example

White with #DBF549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF549; }

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

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

background-color css

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

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

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

border-color css

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

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

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