#4CF82D

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

Shades of Harlequin #4CF82D

Tints of Harlequin #4CF82D

Color information

#4CF82D (or 0x4CF82D) is unknown color: approx Harlequin. HEX triplet: 4C, F8 and 2D. RGB value is (76,248,45). Sum of RGB (Red+Green+Blue) = 76+248+45=369 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.60% from 369); Green value is 248 (97.27% from 255 or 67.21% from 369); Blue value is 45 (17.97% from 255 or 12.20% from 369); Max value from RGB is 248 - color contains mainly: green. Hex color #4CF82D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4CF82D is #B307D2. Grayscale: #AEAEAE. Windows color (decimal): -11732947 or 3012684. OLE color: 3012684.

HSL color Cylindrical-coordinate representation of color #4CF82D: hue angle of 110.84º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4CF82D is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB7624845-
CMYK0.6900.820.03
HSL110.84º93.55%57.45%-
HSV(B)110.84º81.85%97.25%-
XYZ37.0268.8613.82-
YUV173.4355.5258.51-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.60%
GREEN value IS 248 (97.27% from 255) = 67.21%
BLUE value IS 45 (17.97% from 255) = 12.20%
R=20.60%
G=67.21%
B=12.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal76248450.6900.820.03110.8493.5557.45
Hex4CF82D4505236f5e39
Octal114370551050122315713671
Binary1001100111110001011011000101010100101111011111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CF82D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CF82D; }

 p { color: rgb(76,248,45); }

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

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

 a { background-color: rgb(76,248,45); }

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

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

 span { border-color: rgb(76,248,45); }

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