#DBF75F

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

Shades of Mindaro #DBF75F

Tints of Mindaro #DBF75F

Color information

#DBF75F (or 0xDBF75F) is unknown color: approx Mindaro. HEX triplet: DB, F7 and 5F. RGB value is (219,247,95). Sum of RGB (Red+Green+Blue) = 219+247+95=561 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.04% from 561); Green value is 247 (96.88% from 255 or 44.03% from 561); Blue value is 95 (37.5% from 255 or 16.93% from 561); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF75F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF75F is #2408A0. Grayscale: #DDDDDD. Windows color (decimal): -2361505 or 6289371. OLE color: 6289371.

HSL color Cylindrical-coordinate representation of color #DBF75F: hue angle of 71.05º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DBF75F is Cyan = 0.11, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB21924795-
CMYK0.1100.620.03
HSL71.05º90.48%67.06%-
HSV(B)71.05º61.54%96.86%-
XYZ64.5482.4123.33-
YUV221.356.72126.36-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.04%
GREEN value IS 247 (96.88% from 255) = 44.03%
BLUE value IS 95 (37.5% from 255) = 16.93%
R=39.04%
G=44.03%
B=16.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal219247950.1100.620.0371.0590.4867.06
HexDBF75FB03E3475a43
Octal333367137130763107132103
Binary110110111111011110111111011011111011100011110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF75F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF75F; }

 p { color: rgb(219,247,95); }

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

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

 a { background-color: rgb(219,247,95); }

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

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

 span { border-color: rgb(219,247,95); }

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