#D8F161

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

Shades of Mindaro #D8F161

Tints of Mindaro #D8F161

Color information

#D8F161 (or 0xD8F161) is unknown color: approx Mindaro. HEX triplet: D8, F1 and 61. RGB value is (216,241,97). Sum of RGB (Red+Green+Blue) = 216+241+97=554 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.99% from 554); Green value is 241 (94.53% from 255 or 43.50% from 554); Blue value is 97 (38.28% from 255 or 17.51% from 554); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F161 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D8F161 is #270E9E. Grayscale: #D9D9D9. Windows color (decimal): -2559647 or 6418904. OLE color: 6418904.

HSL color Cylindrical-coordinate representation of color #D8F161: hue angle of 70.42º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D8F161 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB21624197-
CMYK0.1000.600.05
HSL70.42º83.72%66.27%-
HSV(B)70.42º59.75%94.51%-
XYZ61.9378.3723.17-
YUV217.1160.22127.21-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.99%
GREEN value IS 241 (94.53% from 255) = 43.50%
BLUE value IS 97 (38.28% from 255) = 17.51%
R=38.99%
G=43.50%
B=17.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal216241970.1000.600.0570.4283.7266.27
HexD8F161A03C5465442
Octal330361141120745106124102
Binary1101100011110001110000110100111100101100011010101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F161; }

 p { color: rgb(216,241,97); }

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

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

 a { background-color: rgb(216,241,97); }

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

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

 span { border-color: rgb(216,241,97); }

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