#D5F160

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

Shades of Mindaro #D5F160

Tints of Mindaro #D5F160

Color information

#D5F160 (or 0xD5F160) is unknown color: approx Mindaro. HEX triplet: D5, F1 and 60. RGB value is (213,241,96). Sum of RGB (Red+Green+Blue) = 213+241+96=550 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.73% from 550); Green value is 241 (94.53% from 255 or 43.82% from 550); Blue value is 96 (37.89% from 255 or 17.45% from 550); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F160 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F160 is #2A0E9F. Grayscale: #D8D8D8. Windows color (decimal): -2756256 or 6353365. OLE color: 6353365.

HSL color Cylindrical-coordinate representation of color #D5F160: hue angle of 71.59º 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 #D5F160 is Cyan = 0.12, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB21324196-
CMYK0.1200.600.05
HSL71.59º83.82%66.08%-
HSV(B)71.59º60.17%94.51%-
XYZ61.0177.922.89-
YUV216.160.22125.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.73%
GREEN value IS 241 (94.53% from 255) = 43.82%
BLUE value IS 96 (37.89% from 255) = 17.45%
R=38.73%
G=43.82%
B=17.45%

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
Decimal213241960.1200.600.0571.5983.8266.08
HexD5F160C03C5485442
Octal325361140140745110124102
Binary1101010111110001110000011000111100101100100010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F160; }

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

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

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

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

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

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

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

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