#d5ff56

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

Shades of Mindaro #D5FF56

Tints of Mindaro #D5FF56

Color information

#D5FF56 (or 0xD5FF56) is unknown color: approx Mindaro. HEX triplet: D5, FF and 56. RGB value is (213,255,86). Sum of RGB (Red+Green+Blue) = 213+255+86=554 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.45% from 554); Green value is 255 (100% from 255 or 46.03% from 554); Blue value is 86 (33.98% from 255 or 15.52% from 554); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF56 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5FF56 is #2A00A9. Grayscale: #DFDFDF. Windows color (decimal): -2752682 or 5701589. OLE color: 5701589.

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

Color convert

RGB21325586-
CMYK0.1600.660
HSL74.91º100%66.86%-
HSV(B)74.91º66.27%100%-
XYZ64.8886.3422.05-
YUV223.1850.59120.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.45%
GREEN value IS 255 (100% from 255) = 46.03%
BLUE value IS 86 (33.98% from 255) = 15.52%
R=38.45%
G=46.03%
B=15.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal213255860.1600.66074.9110066.86
HexD5FF561004204b6443
Octal3253771262001020113144103
Binary1101010111111111101011010000010000100100101111001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5ff56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5ff56; }

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

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

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

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

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

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

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

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