#D9F95A

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

Shades of Mindaro #D9F95A

Tints of Mindaro #D9F95A

Color information

#D9F95A (or 0xD9F95A) is unknown color: approx Mindaro. HEX triplet: D9, F9 and 5A. RGB value is (217,249,90). Sum of RGB (Red+Green+Blue) = 217+249+90=556 (73% of max value = 765). Red value is 217 (85.16% from 255 or 39.03% from 556); Green value is 249 (97.66% from 255 or 44.78% from 556); Blue value is 90 (35.55% from 255 or 16.19% from 556); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9F95A is #2606A5. Grayscale: #DDDDDD. Windows color (decimal): -2492070 or 5962201. OLE color: 5962201.

HSL color Cylindrical-coordinate representation of color #D9F95A: hue angle of 72.08º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D9F95A is Cyan = 0.13, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.02.

Color convert

RGB21724990-
CMYK0.1300.640.02
HSL72.08º92.98%66.47%-
HSV(B)72.08º63.86%97.65%-
XYZ64.3483.2422.35-
YUV221.3153.9124.93-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.03%
GREEN value IS 249 (97.66% from 255) = 44.78%
BLUE value IS 90 (35.55% from 255) = 16.19%
R=39.03%
G=44.78%
B=16.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal217249900.1300.640.0272.0892.9866.47
HexD9F95AD0402485d42
Octal3313711321501002110135102
Binary1101100111111001101101011010100000010100100010111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F95A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F95A; }

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

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

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

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

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

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

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

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