#D4F160

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

Shades of Mindaro #D4F160

Tints of Mindaro #D4F160

Color information

#D4F160 (or 0xD4F160) is unknown color: approx Mindaro. HEX triplet: D4, F1 and 60. RGB value is (212,241,96). Sum of RGB (Red+Green+Blue) = 212+241+96=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 241 (94.53% from 255 or 43.90% from 549); Blue value is 96 (37.89% from 255 or 17.49% from 549); Max value from RGB is 241 - color contains mainly: green. Hex color #D4F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F160 is #2B0E9F. Grayscale: #D8D8D8. Windows color (decimal): -2821792 or 6353364. OLE color: 6353364.

HSL color Cylindrical-coordinate representation of color #D4F160: hue angle of 72º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D4F160 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB21224196-
CMYK0.1200.600.05
HSL72º83.82%66.08%-
HSV(B)72º60.17%94.51%-
XYZ60.7277.7522.87-
YUV215.860.39125.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.62%
GREEN value IS 241 (94.53% from 255) = 43.90%
BLUE value IS 96 (37.89% from 255) = 17.49%
R=38.62%
G=43.90%
B=17.49%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal212241960.1200.600.057283.8266.08
HexD4F160C03C5485442
Octal324361140140745110124102
Binary1101010011110001110000011000111100101100100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F160; }

 p { color: rgb(212,241,96); }

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

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

 a { background-color: rgb(212,241,96); }

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

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

 span { border-color: rgb(212,241,96); }

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