#D0F94F

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

Shades of Mindaro #D0F94F

Tints of Mindaro #D0F94F

Color information

#D0F94F (or 0xD0F94F) is unknown color: approx Mindaro. HEX triplet: D0, F9 and 4F. RGB value is (208,249,79). Sum of RGB (Red+Green+Blue) = 208+249+79=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 249 (97.66% from 255 or 46.46% from 536); Blue value is 79 (31.25% from 255 or 14.74% from 536); Max value from RGB is 249 - color contains mainly: green. Hex color #D0F94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D0F94F is #2F06B0. Grayscale: #DADADA. Windows color (decimal): -3081905 or 5241296. OLE color: 5241296.

HSL color Cylindrical-coordinate representation of color #D0F94F: hue angle of 74.47º degrees, saturation: 0.93, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D0F94F is Cyan = 0.16, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB20824979-
CMYK0.1600.680.02
HSL74.47º93.41%64.31%-
HSV(B)74.47º68.27%97.65%-
XYZ61.381.7319.94-
YUV217.3649.92121.32-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 249 (97.66% from 255) = 46.46%
BLUE value IS 79 (31.25% from 255) = 14.74%
R=38.81%
G=46.46%
B=14.74%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal208249790.1600.680.0274.4793.4164.31
HexD0F94F1004424a5d40
Octal3203711172001042112135100
Binary11010000111110011001111100000100010010100101010111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0F94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0F94F; }

 p { color: rgb(208,249,79); }

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

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

 a { background-color: rgb(208,249,79); }

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

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

 span { border-color: rgb(208,249,79); }

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