#dbf940

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

Shades of Pear #DBF940

Tints of Pear #DBF940

Color information

#DBF940 (or 0xDBF940) is unknown color: approx Pear. HEX triplet: DB, F9 and 40. RGB value is (219,249,64). Sum of RGB (Red+Green+Blue) = 219+249+64=532 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.17% from 532); Green value is 249 (97.66% from 255 or 46.80% from 532); Blue value is 64 (25.39% from 255 or 12.03% from 532); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF940 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF940 is #2406BF. Grayscale: #DBDBDB. Windows color (decimal): -2361024 or 4258267. OLE color: 4258267.

HSL color Cylindrical-coordinate representation of color #DBF940: hue angle of 69.73º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBF940 is Cyan = 0.12, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB21924964-
CMYK0.1200.740.02
HSL69.73º93.91%61.37%-
HSV(B)69.73º74.3%97.65%-
XYZ64.0183.1817.53-
YUV218.9440.56128.04-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.17%
GREEN value IS 249 (97.66% from 255) = 46.80%
BLUE value IS 64 (25.39% from 255) = 12.03%
R=41.17%
G=46.80%
B=12.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal219249640.1200.740.0269.7393.9161.37
HexDBF940C04A2465e3d
Octal333371100140112210613675
Binary110110111111100110000001100010010101010001101011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbf940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbf940; }

 p { color: rgb(219,249,64); }

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

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

 a { background-color: rgb(219,249,64); }

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

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

 span { border-color: rgb(219,249,64); }

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