#D5F04F

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

Shades of Manz #D5F04F

Tints of Manz #D5F04F

Color information

#D5F04F (or 0xD5F04F) is unknown color: approx Manz. HEX triplet: D5, F0 and 4F. RGB value is (213,240,79). Sum of RGB (Red+Green+Blue) = 213+240+79=532 (70% of max value = 765). Red value is 213 (83.59% from 255 or 40.04% from 532); Green value is 240 (94.14% from 255 or 45.11% from 532); Blue value is 79 (31.25% from 255 or 14.85% from 532); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F04F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #D5F04F is #2A0FB0. Grayscale: #D6D6D6. Windows color (decimal): -2756529 or 5238997. OLE color: 5238997.

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

Color convert

RGB21324079-
CMYK0.1100.670.06
HSL70.06º84.29%62.55%-
HSV(B)70.06º67.08%94.12%-
XYZ60.0177.0319.1-
YUV213.5752.05127.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 40.04%
GREEN value IS 240 (94.14% from 255) = 45.11%
BLUE value IS 79 (31.25% from 255) = 14.85%
R=40.04%
G=45.11%
B=14.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal213240790.1100.670.0670.0684.2962.55
HexD5F04FB043646543f
Octal325360117130103610612477
Binary1101010111110000100111110110100001111010001101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F04F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F04F; }

 p { color: rgb(213,240,79); }

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

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

 a { background-color: rgb(213,240,79); }

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

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

 span { border-color: rgb(213,240,79); }

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