#D5FE6F

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

Shades of Mindaro #D5FE6F

Tints of Mindaro #D5FE6F

Color information

#D5FE6F (or 0xD5FE6F) is unknown color: approx Mindaro. HEX triplet: D5, FE and 6F. RGB value is (213,254,111). Sum of RGB (Red+Green+Blue) = 213+254+111=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 254 (99.61% from 255 or 43.94% from 578); Blue value is 111 (43.75% from 255 or 19.20% from 578); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FE6F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FE6F is #2A0190. Grayscale: #E1E1E1. Windows color (decimal): -2752913 or 7339733. OLE color: 7339733.

HSL color Cylindrical-coordinate representation of color #D5FE6F: hue angle of 77.2º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5FE6F is Cyan = 0.16, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB213254111-
CMYK0.1600.560.00
HSL77.2º98.62%71.57%-
HSV(B)77.2º56.3%99.61%-
XYZ65.7586.1828.21-
YUV225.4463.42119.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 36.85%
GREEN value IS 254 (99.61% from 255) = 43.94%
BLUE value IS 111 (43.75% from 255) = 19.20%
R=36.85%
G=43.94%
B=19.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132541110.1600.560.0077.298.6271.57
HexD5FE6F1003804d6348
Octal325376157200700115143110
Binary110101011111111011011111000001110000100110111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FE6F; }

 p { color: rgb(213,254,111); }

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

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

 a { background-color: rgb(213,254,111); }

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

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

 span { border-color: rgb(213,254,111); }

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