#D1F75B

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

Shades of Mindaro #D1F75B

Tints of Mindaro #D1F75B

Color information

#D1F75B (or 0xD1F75B) is unknown color: approx Mindaro. HEX triplet: D1, F7 and 5B. RGB value is (209,247,91). Sum of RGB (Red+Green+Blue) = 209+247+91=547 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.21% from 547); Green value is 247 (96.88% from 255 or 45.16% from 547); Blue value is 91 (35.94% from 255 or 16.64% from 547); Max value from RGB is 247 - color contains mainly: green. Hex color #D1F75B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1F75B is #2E08A4. Grayscale: #DADADA. Windows color (decimal): -3016869 or 6027217. OLE color: 6027217.

HSL color Cylindrical-coordinate representation of color #D1F75B: hue angle of 74.62º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D1F75B is Cyan = 0.15, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB20924791-
CMYK0.1500.630.03
HSL74.62º90.7%66.27%-
HSV(B)74.62º63.16%96.86%-
XYZ61.4480.8322.26-
YUV217.8556.41121.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.21%
GREEN value IS 247 (96.88% from 255) = 45.16%
BLUE value IS 91 (35.94% from 255) = 16.64%
R=38.21%
G=45.16%
B=16.64%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal209247910.1500.630.0374.6290.766.27
HexD1F75BF03F34b5b42
Octal321367133170773113133102
Binary110100011111011110110111111011111111100101110110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F75B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F75B; }

 p { color: rgb(209,247,91); }

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

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

 a { background-color: rgb(209,247,91); }

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

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

 span { border-color: rgb(209,247,91); }

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