#D9F35A

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

Shades of Mindaro #D9F35A

Tints of Mindaro #D9F35A

Color information

#D9F35A (or 0xD9F35A) is unknown color: approx Mindaro. HEX triplet: D9, F3 and 5A. RGB value is (217,243,90). Sum of RGB (Red+Green+Blue) = 217+243+90=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 243 (95.31% from 255 or 44.18% from 550); Blue value is 90 (35.55% from 255 or 16.36% from 550); Max value from RGB is 243 - color contains mainly: green. Hex color #D9F35A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F35A is #260CA5. Grayscale: #DADADA. Windows color (decimal): -2493606 or 5960665. OLE color: 5960665.

HSL color Cylindrical-coordinate representation of color #D9F35A: hue angle of 70.2º 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 #D9F35A is Cyan = 0.11, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB21724390-
CMYK0.1100.630.05
HSL70.2º86.44%65.29%-
HSV(B)70.2º62.96%95.29%-
XYZ62.5179.5921.74-
YUV217.7855.89127.44-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 243 (95.31% from 255) = 44.18%
BLUE value IS 90 (35.55% from 255) = 16.36%
R=39.45%
G=44.18%
B=16.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal217243900.1100.630.0570.286.4465.29
HexD9F35AB03F5465641
Octal331363132130775106126101
Binary1101100111110011101101010110111111101100011010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F35A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F35A; }

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

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

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

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

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

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

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

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