#D5FF5E

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

Shades of Mindaro #D5FF5E

Tints of Mindaro #D5FF5E

Color information

#D5FF5E (or 0xD5FF5E) is unknown color: approx Mindaro. HEX triplet: D5, FF and 5E. RGB value is (213,255,94). Sum of RGB (Red+Green+Blue) = 213+255+94=562 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.90% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 94 (37.11% from 255 or 16.73% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF5E is #2A00A1. Grayscale: #E0E0E0. Windows color (decimal): -2752674 or 6225877. OLE color: 6225877.

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

Color convert

RGB21325594-
CMYK0.1600.630
HSL75.65º100%68.43%-
HSV(B)75.65º63.14%100%-
XYZ65.2286.4723.84-
YUV224.0954.59120.09-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.90%
GREEN value IS 255 (100% from 255) = 45.37%
BLUE value IS 94 (37.11% from 255) = 16.73%
R=37.90%
G=45.37%
B=16.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255940.1600.63075.6510068.43
HexD5FF5E1003F04c6444
Octal325377136200770114144104
Binary110101011111111110111101000001111110100110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF5E; }

 p { color: rgb(213,255,94); }

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

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

 a { background-color: rgb(213,255,94); }

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

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

 span { border-color: rgb(213,255,94); }

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