#D5FF5A

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

Shades of Mindaro #D5FF5A

Tints of Mindaro #D5FF5A

Color information

#D5FF5A (or 0xD5FF5A) is unknown color: approx Mindaro. HEX triplet: D5, FF and 5A. RGB value is (213,255,90). Sum of RGB (Red+Green+Blue) = 213+255+90=558 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.17% from 558); Green value is 255 (100% from 255 or 45.70% from 558); Blue value is 90 (35.55% from 255 or 16.13% from 558); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF5A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF5A is #2A00A5. Grayscale: #E0E0E0. Windows color (decimal): -2752678 or 5963733. OLE color: 5963733.

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

Color convert

RGB21325590-
CMYK0.1600.650
HSL75.27º100%67.65%-
HSV(B)75.27º64.71%100%-
XYZ65.0586.422.92-
YUV223.6352.59120.42-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.17%
GREEN value IS 255 (100% from 255) = 45.70%
BLUE value IS 90 (35.55% from 255) = 16.13%
R=38.17%
G=45.70%
B=16.13%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255900.1600.65075.2710067.65
HexD5FF5A1004104b6444
Octal3253771322001010113144104
Binary1101010111111111101101010000010000010100101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FF5A; }

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

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

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

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

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

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

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

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