#D5FC4E

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

Shades of Mindaro #D5FC4E

Tints of Mindaro #D5FC4E

Color information

#D5FC4E (or 0xD5FC4E) is unknown color: approx Mindaro. HEX triplet: D5, FC and 4E. RGB value is (213,252,78). Sum of RGB (Red+Green+Blue) = 213+252+78=543 (71% of max value = 765). Red value is 213 (83.59% from 255 or 39.23% from 543); Green value is 252 (98.83% from 255 or 46.41% from 543); Blue value is 78 (30.86% from 255 or 14.36% from 543); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FC4E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FC4E is #2A03B1. Grayscale: #DDDDDD. Windows color (decimal): -2753458 or 5176533. OLE color: 5176533.

HSL color Cylindrical-coordinate representation of color #D5FC4E: hue angle of 73.45º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D5FC4E is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.

Color convert

RGB21325278-
CMYK0.1500.690.01
HSL73.45º96.67%64.71%-
HSV(B)73.45º69.05%98.82%-
XYZ63.6384.3220.13-
YUV220.547.58122.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 39.23%
GREEN value IS 252 (98.83% from 255) = 46.41%
BLUE value IS 78 (30.86% from 255) = 14.36%
R=39.23%
G=46.41%
B=14.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal213252780.1500.690.0173.4596.6764.71
HexD5FC4EF0451496141
Octal3253741161701051111141101
Binary110101011111110010011101111010001011100100111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FC4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FC4E; }

 p { color: rgb(213,252,78); }

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

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

 a { background-color: rgb(213,252,78); }

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

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

 span { border-color: rgb(213,252,78); }

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