#D5F165

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

Shades of Mindaro #D5F165

Tints of Mindaro #D5F165

Color information

#D5F165 (or 0xD5F165) is unknown color: approx Mindaro. HEX triplet: D5, F1 and 65. RGB value is (213,241,101). Sum of RGB (Red+Green+Blue) = 213+241+101=555 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.38% from 555); Green value is 241 (94.53% from 255 or 43.42% from 555); Blue value is 101 (39.84% from 255 or 18.20% from 555); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F165 is #2A0E9A. Grayscale: #D9D9D9. Windows color (decimal): -2756251 or 6681045. OLE color: 6681045.

HSL color Cylindrical-coordinate representation of color #D5F165: hue angle of 72º 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 #D5F165 is Cyan = 0.12, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB213241101-
CMYK0.1200.580.05
HSL72º83.33%67.06%-
HSV(B)72º58.09%94.51%-
XYZ61.247824.14-
YUV216.6762.72125.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.38%
GREEN value IS 241 (94.53% from 255) = 43.42%
BLUE value IS 101 (39.84% from 255) = 18.20%
R=38.38%
G=43.42%
B=18.20%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132411010.1200.580.057283.3367.06
HexD5F165C03A5485343
Octal325361145140725110123103
Binary1101010111110001110010111000111010101100100010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F165; }

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

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

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

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

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

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

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

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