#DBFB22

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

Shades of Pear #DBFB22

Tints of Pear #DBFB22

Color information

#DBFB22 (or 0xDBFB22) is unknown color: approx Pear. HEX triplet: DB, FB and 22. RGB value is (219,251,34). Sum of RGB (Red+Green+Blue) = 219+251+34=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 251 (98.44% from 255 or 49.80% from 504); Blue value is 34 (13.67% from 255 or 6.75% from 504); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB22 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFB22 is #2404DD. Grayscale: #D9D9D9. Windows color (decimal): -2360542 or 2292699. OLE color: 2292699.

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

Color convert

RGB21925134-
CMYK0.1300.860.02
HSL68.85º96.44%55.88%-
HSV(B)68.85º86.45%98.43%-
XYZ6484.1714.39-
YUV216.6924.9129.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 43.45%
GREEN value IS 251 (98.44% from 255) = 49.80%
BLUE value IS 34 (13.67% from 255) = 6.75%
R=43.45%
G=49.80%
B=6.75%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal219251340.1300.860.0268.8596.4455.88
HexDBFB22D0562456038
Octal33337342150126210514070
Binary11011011111110111000101101010101101010001011100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFB22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFB22; }

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

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

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

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

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

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

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

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