#D9EF65

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

Shades of Mindaro #D9EF65

Tints of Mindaro #D9EF65

Color information

#D9EF65 (or 0xD9EF65) is unknown color: approx Mindaro. HEX triplet: D9, EF and 65. RGB value is (217,239,101). Sum of RGB (Red+Green+Blue) = 217+239+101=557 (73% of max value = 765). Red value is 217 (85.16% from 255 or 38.96% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 101 (39.84% from 255 or 18.13% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF65 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EF65 is #26109A. Grayscale: #D9D9D9. Windows color (decimal): -2494619 or 6680537. OLE color: 6680537.

HSL color Cylindrical-coordinate representation of color #D9EF65: hue angle of 69.57º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9EF65 is Cyan = 0.09, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB217239101-
CMYK0.0900.580.06
HSL69.57º81.18%66.67%-
HSV(B)69.57º57.74%93.73%-
XYZ61.8377.4224-
YUV216.6962.71128.22-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.96%
GREEN value IS 239 (93.75% from 255) = 42.91%
BLUE value IS 101 (39.84% from 255) = 18.13%
R=38.96%
G=42.91%
B=18.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172391010.0900.580.0669.5781.1866.67
HexD9EF65903A6465143
Octal331357145110726106121103
Binary1101100111101111110010110010111010110100011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EF65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EF65; }

 p { color: rgb(217,239,101); }

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

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

 a { background-color: rgb(217,239,101); }

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

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

 span { border-color: rgb(217,239,101); }

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