#D7FF66

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

Shades of Mindaro #D7FF66

Tints of Mindaro #D7FF66

Color information

#D7FF66 (or 0xD7FF66) is unknown color: approx Mindaro. HEX triplet: D7, FF and 66. RGB value is (215,255,102). Sum of RGB (Red+Green+Blue) = 215+255+102=572 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.59% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 102 (40.23% from 255 or 17.83% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #D7FF66 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7FF66 is #280099. Grayscale: #E2E2E2. Windows color (decimal): -2621594 or 6750167. OLE color: 6750167.

HSL color Cylindrical-coordinate representation of color #D7FF66: hue angle of 75.69º 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 #D7FF66 is Cyan = 0.16, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB215255102-
CMYK0.1600.60
HSL75.69º100%70%-
HSV(B)75.69º60%100%-
XYZ66.1886.9325.86-
YUV225.658.25120.44-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 37.59%
GREEN value IS 255 (100% from 255) = 44.58%
BLUE value IS 102 (40.23% from 255) = 17.83%
R=37.59%
G=44.58%
B=17.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2152551020.1600.6075.6910070
HexD7FF661003C04c6446
Octal327377146200740114144106
Binary110101111111111111001101000001111000100110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FF66; }

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

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

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

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

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

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

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

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