#DBF07F

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

Shades of Mindaro #DBF07F

Tints of Mindaro #DBF07F

Color information

#DBF07F (or 0xDBF07F) is unknown color: approx Mindaro. HEX triplet: DB, F0 and 7F. RGB value is (219,240,127). Sum of RGB (Red+Green+Blue) = 219+240+127=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 127 (50% from 255 or 21.67% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DBF07F is #240F80. Grayscale: #DDDDDD. Windows color (decimal): -2363265 or 8384731. OLE color: 8384731.

HSL color Cylindrical-coordinate representation of color #DBF07F: hue angle of 71.15º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DBF07F is Cyan = 0.09, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB219240127-
CMYK0.0900.470.06
HSL71.15º79.02%71.96%-
HSV(B)71.15º47.08%94.12%-
XYZ64.278.9131.93-
YUV220.8475.04126.69-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.37%
GREEN value IS 240 (94.14% from 255) = 40.96%
BLUE value IS 127 (50% from 255) = 21.67%
R=37.37%
G=40.96%
B=21.67%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2192401270.0900.470.0671.1579.0271.96
HexDBF07F902F6474f48
Octal333360177110576107117110
Binary1101101111110000111111110010101111110100011110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF07F; }

 p { color: rgb(219,240,127); }

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

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

 a { background-color: rgb(219,240,127); }

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

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

 span { border-color: rgb(219,240,127); }

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