#DBF76F

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

Shades of Mindaro #DBF76F

Tints of Mindaro #DBF76F

Color information

#DBF76F (or 0xDBF76F) is unknown color: approx Mindaro. HEX triplet: DB, F7 and 6F. RGB value is (219,247,111). Sum of RGB (Red+Green+Blue) = 219+247+111=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 247 (96.88% from 255 or 42.81% from 577); Blue value is 111 (43.75% from 255 or 19.24% from 577); Max value from RGB is 247 - color contains mainly: green. Hex color #DBF76F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF76F is #240890. Grayscale: #DFDFDF. Windows color (decimal): -2361489 or 7337947. OLE color: 7337947.

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

Color convert

RGB219247111-
CMYK0.1100.550.03
HSL72.35º89.47%70.2%-
HSV(B)72.35º55.06%96.86%-
XYZ65.3482.7327.56-
YUV223.1264.72125.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.95%
GREEN value IS 247 (96.88% from 255) = 42.81%
BLUE value IS 111 (43.75% from 255) = 19.24%
R=37.95%
G=42.81%
B=19.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2192471110.1100.550.0372.3589.4770.2
HexDBF76FB0373485946
Octal333367157130673110131106
Binary110110111111011111011111011011011111100100010110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF76F; }

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

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

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

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

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

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

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

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