Html Css Color HEX #DBF048 Pear

📋 copy color: '#DBF048'

red 219 ◦ green 240 ◦ blue 72

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

Shades of Pear #DBF048

Tints of Pear #DBF048

RGB

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

 GREEN value IS 240 (94.14% from 255) = 45.2%

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

R = 41.24%
G = 45.2%
B = 13.56%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.7

 K value IS 0.06

RGB Variations

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

Color information

#DBF048 (or 0xDBF048) is known color: Pear. HEX triplet: DB, F0 and 48. RGB value is (219,240,72). Sum of RGB (Red+Green+Blue) = 219+240+72=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 72 (28.52% from 255 or 13.56% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF048 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF048 is #240FB7. Grayscale: #D7D7D7. Windows color (decimal): -2363320 or 4780251. OLE color: 4780251.

HSL color Cylindrical-coordinate representation of color #DBF048: hue angle of 67.5º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBF048 is Cyan = 0.09, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 72 -
CMYK 0.09 0 0.7 0.06
HSL 67.5º 0.85% 0.61% -
HSV(B) 67.5º 0.7% 0.94% -
XYZ 61.54 77.85 17.91 -
YUV 214.57 47.54 131.16 -
System Red Green Blue C M Y K H S L
Decimal 219 240 72 0.09 0 0.7 0.06 67.5 0.85 0.61
Hex DB F0 48 9 0 46 6 44 55 3D
Octal 333 360 110 11 0 106 6 104 125 75
Binary 11011011 11110000 1001000 1001 0 1000110 110 1000100 1010101 111101

Color Harmonies of #DBF048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF048

Black with #DBF048

Text Example


Text Example

White with #DBF048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF048; }

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

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

background-color css

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

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

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

border-color css

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

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

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