#D9F16A

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

Shades of Mindaro #D9F16A

Tints of Mindaro #D9F16A

Color information

#D9F16A (or 0xD9F16A) is unknown color: approx Mindaro. HEX triplet: D9, F1 and 6A. RGB value is (217,241,106). Sum of RGB (Red+Green+Blue) = 217+241+106=564 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.48% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 106 (41.80% from 255 or 18.79% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F16A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F16A is #260E95. Grayscale: #DADADA. Windows color (decimal): -2494102 or 7008729. OLE color: 7008729.

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

Color convert

RGB217241106-
CMYK0.1000.560.05
HSL70.67º82.82%68.04%-
HSV(B)70.67º56.02%94.51%-
XYZ62.6778.725.52-
YUV218.4364.55126.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.48%
GREEN value IS 241 (94.53% from 255) = 42.73%
BLUE value IS 106 (41.80% from 255) = 18.79%
R=38.48%
G=42.73%
B=18.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172411060.1000.560.0570.6782.8268.04
HexD9F16AA0385475344
Octal331361152120705107123104
Binary1101100111110001110101010100111000101100011110100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F16A; }

 p { color: rgb(217,241,106); }

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

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

 a { background-color: rgb(217,241,106); }

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

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

 span { border-color: rgb(217,241,106); }

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