#dbec18

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

Shades of Pear #DBEC18

Tints of Pear #DBEC18

Color information

#DBEC18 (or 0xDBEC18) is unknown color: approx Pear. HEX triplet: DB, EC and 18. RGB value is (219,236,24). Sum of RGB (Red+Green+Blue) = 219+236+24=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 236 (92.58% from 255 or 49.27% from 479); Blue value is 24 (9.77% from 255 or 5.01% from 479); Max value from RGB is 236 - color contains mainly: green. Hex color #DBEC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEC18 is #2413E7. Grayscale: #CFCFCF. Windows color (decimal): -2364392 or 1633499. OLE color: 1633499.

HSL color Cylindrical-coordinate representation of color #DBEC18: hue angle of 64.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DBEC18 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB21923624-
CMYK0.0700.900.07
HSL64.81º84.8%50.98%-
HSV(B)64.81º89.83%92.55%-
XYZ59.3775.1212.23-
YUV206.7524.87136.74-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.72%
GREEN value IS 236 (92.58% from 255) = 49.27%
BLUE value IS 24 (9.77% from 255) = 5.01%
R=45.72%
G=49.27%
B=5.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal219236240.0700.900.0764.8184.850.98
HexDBEC18705A7415533
Octal3333543070132710112563
Binary1101101111101100110001110101101011110000011010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbec18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbec18; }

 p { color: rgb(219,236,24); }

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

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

 a { background-color: rgb(219,236,24); }

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

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

 span { border-color: rgb(219,236,24); }

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