#D1F35D

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

Shades of Mindaro #D1F35D

Tints of Mindaro #D1F35D

Color information

#D1F35D (or 0xD1F35D) is unknown color: approx Mindaro. HEX triplet: D1, F3 and 5D. RGB value is (209,243,93). Sum of RGB (Red+Green+Blue) = 209+243+93=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 243 (95.31% from 255 or 44.59% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F35D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F35D is #2E0CA2. Grayscale: #D8D8D8. Windows color (decimal): -3017891 or 6157265. OLE color: 6157265.

HSL color Cylindrical-coordinate representation of color #D1F35D: hue angle of 73.6º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1F35D is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB20924393-
CMYK0.1400.620.05
HSL73.6º86.21%65.88%-
HSV(B)73.6º61.73%95.29%-
XYZ60.3278.4522.32-
YUV215.7358.74123.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.35%
GREEN value IS 243 (95.31% from 255) = 44.59%
BLUE value IS 93 (36.72% from 255) = 17.06%
R=38.35%
G=44.59%
B=17.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209243930.1400.620.0573.686.2165.88
HexD1F35DE03E54a5642
Octal321363135160765112126102
Binary1101000111110011101110111100111110101100101010101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F35D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F35D; }

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

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

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

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

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

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

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

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