#D4FF66

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

Shades of Mindaro #D4FF66

Tints of Mindaro #D4FF66

Color information

#D4FF66 (or 0xD4FF66) is unknown color: approx Mindaro. HEX triplet: D4, FF and 66. RGB value is (212,255,102). Sum of RGB (Red+Green+Blue) = 212+255+102=569 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.26% from 569); Green value is 255 (100% from 255 or 44.82% from 569); Blue value is 102 (40.23% from 255 or 17.93% from 569); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4FF66 is #2B0099. Grayscale: #E1E1E1. Windows color (decimal): -2818202 or 6750164. OLE color: 6750164.

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

Color convert

RGB212255102-
CMYK0.1700.60
HSL76.86º100%70%-
HSV(B)76.86º60%100%-
XYZ65.3186.4825.82-
YUV224.758.75118.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.26%
GREEN value IS 255 (100% from 255) = 44.82%
BLUE value IS 102 (40.23% from 255) = 17.93%
R=37.26%
G=44.82%
B=17.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2122551020.1700.6076.8610070
HexD4FF661103C04d6446
Octal324377146210740115144106
Binary110101001111111111001101000101111000100110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4FF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4FF66; }

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

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

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

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

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

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

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

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