#D1F15D

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

Shades of Mindaro #D1F15D

Tints of Mindaro #D1F15D

Color information

#D1F15D (or 0xD1F15D) is unknown color: approx Mindaro. HEX triplet: D1, F1 and 5D. RGB value is (209,241,93). Sum of RGB (Red+Green+Blue) = 209+241+93=543 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.49% from 543); Green value is 241 (94.53% from 255 or 44.38% from 543); Blue value is 93 (36.72% from 255 or 17.13% from 543); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F15D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F15D is #2E0EA2. Grayscale: #D7D7D7. Windows color (decimal): -3018403 or 6156753. OLE color: 6156753.

HSL color Cylindrical-coordinate representation of color #D1F15D: hue angle of 72.97º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D1F15D is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.

Color convert

RGB20924193-
CMYK0.1300.610.05
HSL72.97º84.09%65.49%-
HSV(B)72.97º61.41%94.51%-
XYZ59.7377.2622.12-
YUV214.5659.4124.03-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.49%
GREEN value IS 241 (94.53% from 255) = 44.38%
BLUE value IS 93 (36.72% from 255) = 17.13%
R=38.49%
G=44.38%
B=17.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209241930.1300.610.0572.9784.0965.49
HexD1F15DD03D5495441
Octal321361135150755111124101
Binary1101000111110001101110111010111101101100100110101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F15D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F15D; }

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

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

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

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

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

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

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

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