#D4F94F

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

Shades of Mindaro #D4F94F

Tints of Mindaro #D4F94F

Color information

#D4F94F (or 0xD4F94F) is unknown color: approx Mindaro. HEX triplet: D4, F9 and 4F. RGB value is (212,249,79). Sum of RGB (Red+Green+Blue) = 212+249+79=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 79 (31.25% from 255 or 14.63% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #D4F94F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F94F is #2B06B0. Grayscale: #DBDBDB. Windows color (decimal): -2819761 or 5241300. OLE color: 5241300.

HSL color Cylindrical-coordinate representation of color #D4F94F: hue angle of 73.06º 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 #D4F94F is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB21224979-
CMYK0.1500.680.02
HSL73.06º93.41%64.31%-
HSV(B)73.06º68.27%97.65%-
XYZ62.4482.3119.99-
YUV218.5649.24123.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.26%
GREEN value IS 249 (97.66% from 255) = 46.11%
BLUE value IS 79 (31.25% from 255) = 14.63%
R=39.26%
G=46.11%
B=14.63%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal212249790.1500.680.0273.0693.4164.31
HexD4F94FF0442495d40
Octal3243711171701042111135100
Binary1101010011111001100111111110100010010100100110111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F94F; }

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

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

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

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

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

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

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

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