#d6ff65

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

Shades of Mindaro #D6FF65

Tints of Mindaro #D6FF65

Color information

#D6FF65 (or 0xD6FF65) is unknown color: approx Mindaro. HEX triplet: D6, FF and 65. RGB value is (214,255,101). Sum of RGB (Red+Green+Blue) = 214+255+101=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 101 (39.84% from 255 or 17.72% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #D6FF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D6FF65 is #29009A. Grayscale: #E1E1E1. Windows color (decimal): -2687131 or 6684630. OLE color: 6684630.

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

Color convert

RGB214255101-
CMYK0.1600.600
HSL75.97º100%69.8%-
HSV(B)75.97º60.39%100%-
XYZ65.8486.7625.59-
YUV225.1857.92120.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.54%
GREEN value IS 255 (100% from 255) = 44.74%
BLUE value IS 101 (39.84% from 255) = 17.72%
R=37.54%
G=44.74%
B=17.72%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2142551010.1600.60075.9710069.8
HexD6FF651003C04c6446
Octal326377145200740114144106
Binary110101101111111111001011000001111000100110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d6ff65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d6ff65; }

 p { color: rgb(214,255,101); }

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

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

 a { background-color: rgb(214,255,101); }

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

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

 span { border-color: rgb(214,255,101); }

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