#D4FF60

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

Shades of Mindaro #D4FF60

Tints of Mindaro #D4FF60

Color information

#D4FF60 (or 0xD4FF60) is unknown color: approx Mindaro. HEX triplet: D4, FF and 60. RGB value is (212,255,96). Sum of RGB (Red+Green+Blue) = 212+255+96=563 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.66% from 563); Green value is 255 (100% from 255 or 45.29% from 563); Blue value is 96 (37.89% from 255 or 17.05% from 563); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF60 is #2B009F. Grayscale: #E0E0E0. Windows color (decimal): -2818208 or 6356948. OLE color: 6356948.

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

Color convert

RGB21225596-
CMYK0.1700.620
HSL76.23º100%68.82%-
HSV(B)76.23º62.35%100%-
XYZ65.0286.3624.31-
YUV224.0255.75119.43-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.66%
GREEN value IS 255 (100% from 255) = 45.29%
BLUE value IS 96 (37.89% from 255) = 17.05%
R=37.66%
G=45.29%
B=17.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal212255960.1700.62076.2310068.82
HexD4FF601103E04c6445
Octal324377140210760114144105
Binary110101001111111111000001000101111100100110011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FF60; }

 p { color: rgb(212,255,96); }

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

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

 a { background-color: rgb(212,255,96); }

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

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

 span { border-color: rgb(212,255,96); }

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