#4FE10B

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

Shades of Harlequin #4FE10B

Tints of Harlequin #4FE10B

Color information

#4FE10B (or 0x4FE10B) is unknown color: approx Harlequin. HEX triplet: 4F, E1 and 0B. RGB value is (79,225,11). Sum of RGB (Red+Green+Blue) = 79+225+11=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 225 (88.28% from 255 or 71.43% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 225 - color contains mainly: green. Hex color #4FE10B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #4FE10B is #B01EF4. Grayscale: #9D9D9D. Windows color (decimal): -11542261 or 778575. OLE color: 778575.

HSL color Cylindrical-coordinate representation of color #4FE10B: hue angle of 100.93º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4FE10B is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB7922511-
CMYK0.6500.950.12
HSL100.93º90.68%46.27%-
HSV(B)100.93º95.11%88.24%-
XYZ30.2155.549.44-
YUV156.9545.6372.4-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.08%
GREEN value IS 225 (88.28% from 255) = 71.43%
BLUE value IS 11 (4.69% from 255) = 3.49%
R=25.08%
G=71.43%
B=3.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal79225110.6500.950.12100.9390.6846.27
Hex4FE1B4105FC655b2e
Octal1173411310101371414513356
Binary1001111111000011011100000101011111110011001011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FE10B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,225,11); }

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

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

 a { background-color: rgb(79,225,11); }

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

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

 span { border-color: rgb(79,225,11); }

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