#D0F55F

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

Shades of Mindaro #D0F55F

Tints of Mindaro #D0F55F

Color information

#D0F55F (or 0xD0F55F) is unknown color: approx Mindaro. HEX triplet: D0, F5 and 5F. RGB value is (208,245,95). Sum of RGB (Red+Green+Blue) = 208+245+95=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 245 (96.09% from 255 or 44.71% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 245 - color contains mainly: green. Hex color #D0F55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F55F is #2F0AA0. Grayscale: #D9D9D9. Windows color (decimal): -3082913 or 6288848. OLE color: 6288848.

HSL color Cylindrical-coordinate representation of color #D0F55F: hue angle of 74.8º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D0F55F is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.

Color convert

RGB20824595-
CMYK0.1500.610.04
HSL74.8º88.24%66.67%-
HSV(B)74.8º61.22%96.08%-
XYZ60.7379.5422.98-
YUV216.8459.24121.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 245 (96.09% from 255) = 44.71%
BLUE value IS 95 (37.5% from 255) = 17.34%
R=37.96%
G=44.71%
B=17.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal208245950.1500.610.0474.888.2466.67
HexD0F55FF03D44b5843
Octal320365137170754113130103
Binary1101000011110101101111111110111101100100101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F55F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F55F; }

 p { color: rgb(208,245,95); }

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

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

 a { background-color: rgb(208,245,95); }

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

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

 span { border-color: rgb(208,245,95); }

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