#D4ED54

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

Shades of Mindaro #D4ED54

Tints of Mindaro #D4ED54

Color information

#D4ED54 (or 0xD4ED54) is unknown color: approx Mindaro. HEX triplet: D4, ED and 54. RGB value is (212,237,84). Sum of RGB (Red+Green+Blue) = 212+237+84=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 237 (92.97% from 255 or 44.47% from 533); Blue value is 84 (33.20% from 255 or 15.76% from 533); Max value from RGB is 237 - color contains mainly: green. Hex color #D4ED54 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4ED54 is #2B12AB. Grayscale: #D4D4D4. Windows color (decimal): -2822828 or 5565908. OLE color: 5565908.

HSL color Cylindrical-coordinate representation of color #D4ED54: hue angle of 69.8º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D4ED54 is Cyan = 0.11, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB21223784-
CMYK0.1100.650.07
HSL69.8º80.95%62.94%-
HSV(B)69.8º64.56%92.94%-
XYZ59.0475.2119.79-
YUV212.0855.72127.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 39.77%
GREEN value IS 237 (92.97% from 255) = 44.47%
BLUE value IS 84 (33.20% from 255) = 15.76%
R=39.77%
G=44.47%
B=15.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal212237840.1100.650.0769.880.9562.94
HexD4ED54B041746513f
Octal324355124130101710612177
Binary1101010011101101101010010110100000111110001101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4ED54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4ED54; }

 p { color: rgb(212,237,84); }

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

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

 a { background-color: rgb(212,237,84); }

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

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

 span { border-color: rgb(212,237,84); }

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