#4FFB32

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

Shades of Harlequin #4FFB32

Tints of Harlequin #4FFB32

Color information

#4FFB32 (or 0x4FFB32) is unknown color: approx Harlequin. HEX triplet: 4F, FB and 32. RGB value is (79,251,50). Sum of RGB (Red+Green+Blue) = 79+251+50=380 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.79% from 380); Green value is 251 (98.44% from 255 or 66.05% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 251 - color contains mainly: green. Hex color #4FFB32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #4FFB32 is #B004CD. Grayscale: #B1B1B1. Windows color (decimal): -11535566 or 3341135. OLE color: 3341135.

HSL color Cylindrical-coordinate representation of color #4FFB32: hue angle of 111.34º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4FFB32 is Cyan = 0.69, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.02.

Color convert

RGB7925150-
CMYK0.6900.800.02
HSL111.34º96.17%59.02%-
HSV(B)111.34º80.08%98.43%-
XYZ38.370.8914.68-
YUV176.6656.5258.34-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.79%
GREEN value IS 251 (98.44% from 255) = 66.05%
BLUE value IS 50 (19.92% from 255) = 13.16%
R=20.79%
G=66.05%
B=13.16%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal79251500.6900.800.02111.3496.1759.02
Hex4FFB324505026f603b
Octal117373621050120215714073
Binary1001111111110111100101000101010100001011011111100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FFB32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,251,50); }

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

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

 a { background-color: rgb(79,251,50); }

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

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

 span { border-color: rgb(79,251,50); }

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