#d5f959

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

Shades of Mindaro #D5F959

Tints of Mindaro #D5F959

Color information

#D5F959 (or 0xD5F959) is unknown color: approx Mindaro. HEX triplet: D5, F9 and 59. RGB value is (213,249,89). Sum of RGB (Red+Green+Blue) = 213+249+89=551 (72% of max value = 765). Red value is 213 (83.59% from 255 or 38.66% from 551); Green value is 249 (97.66% from 255 or 45.19% from 551); Blue value is 89 (35.16% from 255 or 16.15% from 551); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F959 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F959 is #2A06A6. Grayscale: #DCDCDC. Windows color (decimal): -2754215 or 5896661. OLE color: 5896661.

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

Color convert

RGB21324989-
CMYK0.1400.640.02
HSL73.5º93.02%66.27%-
HSV(B)73.5º64.26%97.65%-
XYZ63.1282.6222.07-
YUV22054.07123.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.66%
GREEN value IS 249 (97.66% from 255) = 45.19%
BLUE value IS 89 (35.16% from 255) = 16.15%
R=38.66%
G=45.19%
B=16.15%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal213249890.1400.640.0273.593.0266.27
HexD5F959E04024a5d42
Octal3253711311601002112135102
Binary1101010111111001101100111100100000010100101010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5f959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5f959; }

 p { color: rgb(213,249,89); }

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

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

 a { background-color: rgb(213,249,89); }

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

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

 span { border-color: rgb(213,249,89); }

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