#DBF13A

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

Shades of Pear #DBF13A

Tints of Pear #DBF13A

Color information

#DBF13A (or 0xDBF13A) is unknown color: approx Pear. HEX triplet: DB, F1 and 3A. RGB value is (219,241,58). Sum of RGB (Red+Green+Blue) = 219+241+58=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 241 (94.53% from 255 or 46.53% from 518); Blue value is 58 (23.05% from 255 or 11.20% from 518); Max value from RGB is 241 - color contains mainly: green. Hex color #DBF13A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF13A is #240EC5. Grayscale: #D6D6D6. Windows color (decimal): -2363078 or 3863003. OLE color: 3863003.

HSL color Cylindrical-coordinate representation of color #DBF13A: hue angle of 67.21º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DBF13A is Cyan = 0.09, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB21924158-
CMYK0.0900.760.05
HSL67.21º86.73%58.63%-
HSV(B)67.21º75.93%94.51%-
XYZ61.4378.2815.87-
YUV213.5640.21131.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 42.28%
GREEN value IS 241 (94.53% from 255) = 46.53%
BLUE value IS 58 (23.05% from 255) = 11.20%
R=42.28%
G=46.53%
B=11.20%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219241580.0900.760.0567.2186.7358.63
HexDBF13A904C543573b
Octal33336172110114510312773
Binary110110111111000111101010010100110010110000111010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF13A; }

 p { color: rgb(219,241,58); }

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

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

 a { background-color: rgb(219,241,58); }

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

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

 span { border-color: rgb(219,241,58); }

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