#DBF286

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

Shades of Mindaro #DBF286

Tints of Mindaro #DBF286

Color information

#DBF286 (or 0xDBF286) is unknown color: approx Mindaro. HEX triplet: DB, F2 and 86. RGB value is (219,242,134). Sum of RGB (Red+Green+Blue) = 219+242+134=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 134 (52.73% from 255 or 22.52% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF286 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBF286 is #240D79. Grayscale: #DFDFDF. Windows color (decimal): -2362746 or 8843995. OLE color: 8843995.

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

Color convert

RGB219242134-
CMYK0.1000.450.05
HSL72.78º80.6%73.73%-
HSV(B)72.78º44.63%94.9%-
XYZ65.2780.2934.61-
YUV222.8177.88125.28-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 242 (94.92% from 255) = 40.67%
BLUE value IS 134 (52.73% from 255) = 22.52%
R=36.81%
G=40.67%
B=22.52%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2192421340.1000.450.0572.7880.673.73
HexDBF286A02D549514a
Octal333362206120555111121112
Binary11011011111100101000011010100101101101100100110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF286; }

 p { color: rgb(219,242,134); }

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

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

 a { background-color: rgb(219,242,134); }

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

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

 span { border-color: rgb(219,242,134); }

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