#D9EF68

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

Shades of Mindaro #D9EF68

Tints of Mindaro #D9EF68

Color information

#D9EF68 (or 0xD9EF68) is unknown color: approx Mindaro. HEX triplet: D9, EF and 68. RGB value is (217,239,104). Sum of RGB (Red+Green+Blue) = 217+239+104=560 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.75% from 560); Green value is 239 (93.75% from 255 or 42.68% from 560); Blue value is 104 (41.02% from 255 or 18.57% from 560); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D9EF68 is #261097. Grayscale: #D9D9D9. Windows color (decimal): -2494616 or 6877145. OLE color: 6877145.

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

Color convert

RGB217239104-
CMYK0.0900.560.06
HSL69.78º80.84%67.25%-
HSV(B)69.78º56.49%93.73%-
XYZ61.9877.4824.79-
YUV217.0364.21127.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.75%
GREEN value IS 239 (93.75% from 255) = 42.68%
BLUE value IS 104 (41.02% from 255) = 18.57%
R=38.75%
G=42.68%
B=18.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2172391040.0900.560.0669.7880.8467.25
HexD9EF6890386465143
Octal331357150110706106121103
Binary1101100111101111110100010010111000110100011010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9EF68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9EF68; }

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

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

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

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

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

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

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

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