#DBF31E

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

Shades of Pear #DBF31E

Tints of Pear #DBF31E

Color information

#DBF31E (or 0xDBF31E) is unknown color: approx Pear. HEX triplet: DB, F3 and 1E. RGB value is (219,243,30). Sum of RGB (Red+Green+Blue) = 219+243+30=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 30 (12.11% from 255 or 6.10% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #DBF31E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBF31E is #240CE1. Grayscale: #D4D4D4. Windows color (decimal): -2362594 or 2028507. OLE color: 2028507.

HSL color Cylindrical-coordinate representation of color #DBF31E: hue angle of 66.76º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBF31E is Cyan = 0.10, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB21924330-
CMYK0.1000.880.05
HSL66.76º89.87%53.53%-
HSV(B)66.76º87.65%95.29%-
XYZ61.579.2513.28-
YUV211.5425.55133.32-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.51%
GREEN value IS 243 (95.31% from 255) = 49.39%
BLUE value IS 30 (12.11% from 255) = 6.10%
R=44.51%
G=49.39%
B=6.10%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal219243300.1000.880.0566.7689.8753.53
HexDBF31EA0585435a36
Octal33336336120130510313266
Binary11011011111100111111010100101100010110000111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF31E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF31E; }

 p { color: rgb(219,243,30); }

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

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

 a { background-color: rgb(219,243,30); }

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

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

 span { border-color: rgb(219,243,30); }

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