#D1F35A

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

Shades of Mindaro #D1F35A

Tints of Mindaro #D1F35A

Color information

#D1F35A (or 0xD1F35A) is unknown color: approx Mindaro. HEX triplet: D1, F3 and 5A. RGB value is (209,243,90). Sum of RGB (Red+Green+Blue) = 209+243+90=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 243 (95.31% from 255 or 44.83% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 243 - color contains mainly: green. Hex color #D1F35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F35A is #2E0CA5. Grayscale: #D7D7D7. Windows color (decimal): -3017894 or 5960657. OLE color: 5960657.

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

Color convert

RGB20924390-
CMYK0.1400.630.05
HSL73.33º86.44%65.29%-
HSV(B)73.33º62.96%95.29%-
XYZ60.1978.3921.63-
YUV215.3957.24123.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.56%
GREEN value IS 243 (95.31% from 255) = 44.83%
BLUE value IS 90 (35.55% from 255) = 16.61%
R=38.56%
G=44.83%
B=16.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal209243900.1400.630.0573.3386.4465.29
HexD1F35AE03F5495641
Octal321363132160775111126101
Binary1101000111110011101101011100111111101100100110101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F35A; }

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

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

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

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

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

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

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

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