#D4F374

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

Shades of Mindaro #D4F374

Tints of Mindaro #D4F374

Color information

#D4F374 (or 0xD4F374) is unknown color: approx Mindaro. HEX triplet: D4, F3 and 74. RGB value is (212,243,116). Sum of RGB (Red+Green+Blue) = 212+243+116=571 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.13% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 116 (45.70% from 255 or 20.32% from 571); Max value from RGB is 243 - color contains mainly: green. Hex color #D4F374 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D4F374 is #2B0C8B. Grayscale: #DBDBDB. Windows color (decimal): -2821260 or 7664596. OLE color: 7664596.

HSL color Cylindrical-coordinate representation of color #D4F374: hue angle of 74.65º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D4F374 is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB212243116-
CMYK0.1300.520.05
HSL74.65º84.11%70.39%-
HSV(B)74.65º52.26%95.29%-
XYZ62.3579.3628.55-
YUV219.2569.73122.83-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.13%
GREEN value IS 243 (95.31% from 255) = 42.56%
BLUE value IS 116 (45.70% from 255) = 20.32%
R=37.13%
G=42.56%
B=20.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2122431160.1300.520.0574.6584.1170.39
HexD4F374D03454b5446
Octal324363164150645113124106
Binary1101010011110011111010011010110100101100101110101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4F374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4F374; }

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

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

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

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

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

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

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

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