#d1ff62

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

Shades of Mindaro #D1FF62

Tints of Mindaro #D1FF62

Color information

#D1FF62 (or 0xD1FF62) is unknown color: approx Mindaro. HEX triplet: D1, FF and 62. RGB value is (209,255,98). Sum of RGB (Red+Green+Blue) = 209+255+98=562 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.19% from 562); Green value is 255 (100% from 255 or 45.37% from 562); Blue value is 98 (38.67% from 255 or 17.44% from 562); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1FF62 is #2E009D. Grayscale: #DFDFDF. Windows color (decimal): -3014814 or 6488017. OLE color: 6488017.

HSL color Cylindrical-coordinate representation of color #D1FF62: hue angle of 77.58º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D1FF62 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB20925598-
CMYK0.1800.620
HSL77.58º100%69.22%-
HSV(B)77.58º61.57%100%-
XYZ64.2685.9624.76-
YUV223.3557.26117.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 37.19%
GREEN value IS 255 (100% from 255) = 45.37%
BLUE value IS 98 (38.67% from 255) = 17.44%
R=37.19%
G=45.37%
B=17.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal209255980.1800.62077.5810069.22
HexD1FF621203E04e6445
Octal321377142220760116144105
Binary110100011111111111000101001001111100100111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1ff62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1ff62; }

 p { color: rgb(209,255,98); }

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

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

 a { background-color: rgb(209,255,98); }

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

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

 span { border-color: rgb(209,255,98); }

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