#D1F165

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

Shades of Mindaro #D1F165

Tints of Mindaro #D1F165

Color information

#D1F165 (or 0xD1F165) is unknown color: approx Mindaro. HEX triplet: D1, F1 and 65. RGB value is (209,241,101). Sum of RGB (Red+Green+Blue) = 209+241+101=551 (72% of max value = 765). Red value is 209 (82.03% from 255 or 37.93% from 551); Green value is 241 (94.53% from 255 or 43.74% from 551); Blue value is 101 (39.84% from 255 or 18.33% from 551); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F165 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F165 is #2E0E9A. Grayscale: #D8D8D8. Windows color (decimal): -3018395 or 6681041. OLE color: 6681041.

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

Color convert

RGB209241101-
CMYK0.1300.580.05
HSL73.71º83.33%67.06%-
HSV(B)73.71º58.09%94.51%-
XYZ60.177.4124.09-
YUV215.4763.4123.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.93%
GREEN value IS 241 (94.53% from 255) = 43.74%
BLUE value IS 101 (39.84% from 255) = 18.33%
R=37.93%
G=43.74%
B=18.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092411010.1300.580.0573.7183.3367.06
HexD1F165D03A54a5343
Octal321361145150725112123103
Binary1101000111110001110010111010111010101100101010100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F165; }

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

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

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

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

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

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

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

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