Html Css Color HEX #DBF846 Pear

📋 copy color: '#DBF846'

red 219 ◦ green 248 ◦ blue 70

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

Shades of Pear #DBF846

Tints of Pear #DBF846

RGB

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

 GREEN value IS 248 (97.27% from 255) = 46.18%

 BLUE value IS 70 (27.73% from 255) = 13.04%

R = 40.78%
G = 46.18%
B = 13.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#DBF846 (or 0xDBF846) is known color: Pear. HEX triplet: DB, F8 and 46. RGB value is (219,248,70). Sum of RGB (Red+Green+Blue) = 219+248+70=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 248 (97.27% from 255 or 46.18% from 537); Blue value is 70 (27.73% from 255 or 13.04% from 537); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF846 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF846 is #2407B9. Grayscale: #DBDBDB. Windows color (decimal): -2361274 or 4651227. OLE color: 4651227.

HSL color Cylindrical-coordinate representation of color #DBF846: hue angle of 69.78º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DBF846 is Cyan = 0.12, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 219 248 70 -
CMYK 0.12 0 0.72 0.03
HSL 69.78º 0.93% 0.62% -
HSV(B) 69.78º 0.72% 0.97% -
XYZ 63.89 82.64 18.38 -
YUV 219.04 43.89 127.97 -
System Red Green Blue C M Y K H S L
Decimal 219 248 70 0.12 0 0.72 0.03 69.78 0.93 0.62
Hex DB F8 46 C 0 48 3 46 5D 3E
Octal 333 370 106 14 0 110 3 106 135 76
Binary 11011011 11111000 1000110 1100 0 1001000 11 1000110 1011101 111110

Color Harmonies of #DBF846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF846

Black with #DBF846

Text Example


Text Example

White with #DBF846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF846; }

 p { color: rgb(219,248,70); }

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

background-color css

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

 a { background-color: rgb(219,248,70); }

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

border-color css

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

 span { border-color: rgb(219,248,70); }

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