#D7F765

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

Shades of Mindaro #D7F765

Tints of Mindaro #D7F765

Color information

#D7F765 (or 0xD7F765) is unknown color: approx Mindaro. HEX triplet: D7, F7 and 65. RGB value is (215,247,101). Sum of RGB (Red+Green+Blue) = 215+247+101=563 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.19% from 563); Green value is 247 (96.88% from 255 or 43.87% from 563); Blue value is 101 (39.84% from 255 or 17.94% from 563); Max value from RGB is 247 - color contains mainly: green. Hex color #D7F765 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D7F765 is #28089A. Grayscale: #DDDDDD. Windows color (decimal): -2623643 or 6682583. OLE color: 6682583.

HSL color Cylindrical-coordinate representation of color #D7F765: hue angle of 73.15º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D7F765 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB215247101-
CMYK0.1300.590.03
HSL73.15º90.12%68.24%-
HSV(B)73.15º59.11%96.86%-
XYZ63.6381.9124.77-
YUV220.7960.4123.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.19%
GREEN value IS 247 (96.88% from 255) = 43.87%
BLUE value IS 101 (39.84% from 255) = 17.94%
R=38.19%
G=43.87%
B=17.94%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2152471010.1300.590.0373.1590.1268.24
HexD7F765D03B3495a44
Octal327367145150733111132104
Binary110101111111011111001011101011101111100100110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F765; }

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

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

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

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

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

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

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

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