#DBFB35

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

Shades of Pear #DBFB35

Tints of Pear #DBFB35

Color information

#DBFB35 (or 0xDBFB35) is unknown color: approx Pear. HEX triplet: DB, FB and 35. RGB value is (219,251,53). Sum of RGB (Red+Green+Blue) = 219+251+53=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 251 (98.44% from 255 or 47.99% from 523); Blue value is 53 (21.09% from 255 or 10.13% from 523); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB35 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB35 is #2404CA. Grayscale: #DBDBDB. Windows color (decimal): -2360523 or 3537883. OLE color: 3537883.

HSL color Cylindrical-coordinate representation of color #DBFB35: hue angle of 69.7º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DBFB35 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.02.

Color convert

RGB21925153-
CMYK0.1300.790.02
HSL69.7º96.12%59.61%-
HSV(B)69.7º78.88%98.43%-
XYZ64.3584.3116.25-
YUV218.8634.4128.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.87%
GREEN value IS 251 (98.44% from 255) = 47.99%
BLUE value IS 53 (21.09% from 255) = 10.13%
R=41.87%
G=47.99%
B=10.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal219251530.1300.790.0269.796.1259.61
HexDBFB35D04F246603c
Octal33337365150117210614074
Binary11011011111110111101011101010011111010001101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFB35; }

 p { color: rgb(219,251,53); }

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

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

 a { background-color: rgb(219,251,53); }

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

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

 span { border-color: rgb(219,251,53); }

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