Html Css Color HEX #DBF248 Pear

📋 copy color: '#DBF248'

red 219 ◦ green 242 ◦ blue 72

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

Shades of Pear #DBF248

Tints of Pear #DBF248

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 13.51%

R = 41.09%
G = 45.4%
B = 13.51%

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

#DBF248 (or 0xDBF248) is known color: Pear. HEX triplet: DB, F2 and 48. RGB value is (219,242,72). Sum of RGB (Red+Green+Blue) = 219+242+72=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 72 (28.52% from 255 or 13.51% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF248 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF248 is #240DB7. Grayscale: #D8D8D8. Windows color (decimal): -2362808 or 4780763. OLE color: 4780763.

HSL color Cylindrical-coordinate representation of color #DBF248: hue angle of 68.12º 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 #DBF248 is Cyan = 0.10, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB 219 242 72 -
CMYK 0.10 0 0.70 0.05
HSL 68.12º 0.87% 0.62% -
HSV(B) 68.12º 0.7% 0.95% -
XYZ 62.14 79.03 18.11 -
YUV 215.74 46.88 130.32 -
System Red Green Blue C M Y K H S L
Decimal 219 242 72 0.10 0 0.70 0.05 68.12 0.87 0.62
Hex DB F2 48 A 0 46 5 44 57 3E
Octal 333 362 110 12 0 106 5 104 127 76
Binary 11011011 11110010 1001000 1010 0 1000110 101 1000100 1010111 111110

Color Harmonies of #DBF248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF248

Black with #DBF248

Text Example


Text Example

White with #DBF248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF248; }

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

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

background-color css

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

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

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

border-color css

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

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

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