#DBF63F

Color #DBF63F Pear (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pear #DBF63F

Tints of Pear #DBF63F

Color information

#DBF63F (or 0xDBF63F) is unknown color: approx Pear. HEX triplet: DB, F6 and 3F. RGB value is (219,246,63). Sum of RGB (Red+Green+Blue) = 219+246+63=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 246 (96.48% from 255 or 46.59% from 528); Blue value is 63 (25% from 255 or 11.93% from 528); Max value from RGB is 246 - color contains mainly: green. Hex color #DBF63F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF63F is #2409C0. Grayscale: #D9D9D9. Windows color (decimal): -2361793 or 4191963. OLE color: 4191963.

HSL color Cylindrical-coordinate representation of color #DBF63F: hue angle of 68.85º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBF63F is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB21924663-
CMYK0.1100.740.04
HSL68.85º91.04%60.59%-
HSV(B)68.85º74.39%96.47%-
XYZ63.0781.3317.08-
YUV217.0641.05129.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.48%
GREEN value IS 246 (96.48% from 255) = 46.59%
BLUE value IS 63 (25% from 255) = 11.93%
R=41.48%
G=46.59%
B=11.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal219246630.1100.740.0468.8591.0460.59
HexDBF63FB04A4455b3d
Octal33336677130112410513375
Binary110110111111011011111110110100101010010001011011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF63F; }

 p { color: rgb(219,246,63); }

 H1.HeaderClassName
 {
   color: #DBF63F;
 }
 .AnyTagClassName
 {
   color: #DBF63F;
 }
</style>
background-color css

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

 a { background-color: rgb(219,246,63); }

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

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

 span { border-color: rgb(219,246,63); }

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