#D7F165

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

Shades of Mindaro #D7F165

Tints of Mindaro #D7F165

Color information

#D7F165 (or 0xD7F165) is unknown color: approx Mindaro. HEX triplet: D7, F1 and 65. RGB value is (215,241,101). Sum of RGB (Red+Green+Blue) = 215+241+101=557 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.60% from 557); Green value is 241 (94.53% from 255 or 43.27% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F165 is #280E9A. Grayscale: #D9D9D9. Windows color (decimal): -2625179 or 6681047. OLE color: 6681047.

HSL color Cylindrical-coordinate representation of color #D7F165: hue angle of 71.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D7F165 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB215241101-
CMYK0.1100.580.05
HSL71.14º83.33%67.06%-
HSV(B)71.14º58.09%94.51%-
XYZ61.8378.324.17-
YUV217.2762.39126.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.60%
GREEN value IS 241 (94.53% from 255) = 43.27%
BLUE value IS 101 (39.84% from 255) = 18.13%
R=38.60%
G=43.27%
B=18.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152411010.1100.580.0571.1483.3367.06
HexD7F165B03A5475343
Octal327361145130725107123103
Binary1101011111110001110010110110111010101100011110100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F165; }

 p { color: rgb(215,241,101); }

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

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

 a { background-color: rgb(215,241,101); }

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

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

 span { border-color: rgb(215,241,101); }

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