#d4ef68

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

Shades of Mindaro #D4EF68

Tints of Mindaro #D4EF68

Color information

#D4EF68 (or 0xD4EF68) is unknown color: approx Mindaro. HEX triplet: D4, EF and 68. RGB value is (212,239,104). Sum of RGB (Red+Green+Blue) = 212+239+104=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 239 (93.75% from 255 or 43.06% from 555); Blue value is 104 (41.02% from 255 or 18.74% from 555); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EF68 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4EF68 is #2B1097. Grayscale: #D8D8D8. Windows color (decimal): -2822296 or 6877140. OLE color: 6877140.

HSL color Cylindrical-coordinate representation of color #D4EF68: hue angle of 72º 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 #D4EF68 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB212239104-
CMYK0.1100.560.06
HSL72º80.84%67.25%-
HSV(B)72º56.49%93.73%-
XYZ60.5276.7324.72-
YUV215.5465.05125.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 239 (93.75% from 255) = 43.06%
BLUE value IS 104 (41.02% from 255) = 18.74%
R=38.20%
G=43.06%
B=18.74%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122391040.1100.560.067280.8467.25
HexD4EF68B0386485143
Octal324357150130706110121103
Binary1101010011101111110100010110111000110100100010100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4ef68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4ef68; }

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

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

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

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

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

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

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

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