#D1EF62

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

Shades of Mindaro #D1EF62

Tints of Mindaro #D1EF62

Color information

#D1EF62 (or 0xD1EF62) is unknown color: approx Mindaro. HEX triplet: D1, EF and 62. RGB value is (209,239,98). Sum of RGB (Red+Green+Blue) = 209+239+98=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 239 (93.75% from 255 or 43.77% from 546); Blue value is 98 (38.67% from 255 or 17.95% from 546); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EF62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D1EF62 is #2E109D. Grayscale: #D6D6D6. Windows color (decimal): -3018910 or 6483921. OLE color: 6483921.

HSL color Cylindrical-coordinate representation of color #D1EF62: hue angle of 72.77º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D1EF62 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.06.

Color convert

RGB20923998-
CMYK0.1300.590.06
HSL72.77º81.5%66.08%-
HSV(B)72.77º59%93.73%-
XYZ59.3776.1723.13-
YUV213.9662.56124.46-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 38.28%
GREEN value IS 239 (93.75% from 255) = 43.77%
BLUE value IS 98 (38.67% from 255) = 17.95%
R=38.28%
G=43.77%
B=17.95%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal209239980.1300.590.0672.7781.566.08
HexD1EF62D03B6495242
Octal321357142150736111122102
Binary1101000111101111110001011010111011110100100110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EF62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EF62; }

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

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

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

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

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

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

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

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