Html Css Color HEX #DBF249 Pear

📋 copy color: '#DBF249'

red 219 ◦ green 242 ◦ blue 73

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

Shades of Pear #DBF249

Tints of Pear #DBF249

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.32%

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

R = 41.01%
G = 45.32%
B = 13.67%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.70

 K value IS 0.05

RGB Variations

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

Color information

#DBF249 (or 0xDBF249) is known color: Pear. HEX triplet: DB, F2 and 49. RGB value is (219,242,73). Sum of RGB (Red+Green+Blue) = 219+242+73=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 242 (94.92% from 255 or 45.32% from 534); Blue value is 73 (28.91% from 255 or 13.67% from 534); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF249 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF249 is #240DB6. Grayscale: #D8D8D8. Windows color (decimal): -2362807 or 4846299. OLE color: 4846299.

HSL color Cylindrical-coordinate representation of color #DBF249: hue angle of 68.17º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBF249 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 73 -
CMYK 0.10 0 0.70 0.05
HSL 68.17º 0.87% 0.62% -
HSV(B) 68.17º 0.7% 0.95% -
XYZ 62.17 79.05 18.28 -
YUV 215.86 47.38 130.24 -
System Red Green Blue C M Y K H S L
Decimal 219 242 73 0.10 0 0.70 0.05 68.17 0.87 0.62
Hex DB F2 49 A 0 46 5 44 57 3E
Octal 333 362 111 12 0 106 5 104 127 76
Binary 11011011 11110010 1001001 1010 0 1000110 101 1000100 1010111 111110

Color Harmonies of #DBF249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF249

Black with #DBF249

Text Example


Text Example

White with #DBF249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF249; }

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

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

background-color css

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

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

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

border-color css

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

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

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