#D4E374

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

Shades of Mindaro #D4E374

Tints of Mindaro #D4E374

Color information

#D4E374 (or 0xD4E374) is unknown color: approx Mindaro. HEX triplet: D4, E3 and 74. RGB value is (212,227,116). Sum of RGB (Red+Green+Blue) = 212+227+116=555 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.20% from 555); Green value is 227 (89.06% from 255 or 40.90% from 555); Blue value is 116 (45.70% from 255 or 20.90% from 555); Max value from RGB is 227 - color contains mainly: green. Hex color #D4E374 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4E374 is #2B1C8B. Grayscale: #D2D2D2. Windows color (decimal): -2825356 or 7660500. OLE color: 7660500.

HSL color Cylindrical-coordinate representation of color #D4E374: hue angle of 68.11º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4E374 is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.11.

Color convert

RGB212227116-
CMYK0.0700.490.11
HSL68.11º66.47%67.25%-
HSV(B)68.11º48.9%89.02%-
XYZ57.7770.227.03-
YUV209.8675.03129.53-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.20%
GREEN value IS 227 (89.06% from 255) = 40.90%
BLUE value IS 116 (45.70% from 255) = 20.90%
R=38.20%
G=40.90%
B=20.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2122271160.0700.490.1168.1166.4767.25
HexD4E3747031B444243
Octal324343164706113104102103
Binary1101010011100011111010011101100011011100010010000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E374; }

 p { color: rgb(212,227,116); }

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

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

 a { background-color: rgb(212,227,116); }

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

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

 span { border-color: rgb(212,227,116); }

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