#4BFE33

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

Shades of Harlequin #4BFE33

Tints of Harlequin #4BFE33

Color information

#4BFE33 (or 0x4BFE33) is unknown color: approx Harlequin. HEX triplet: 4B, FE and 33. RGB value is (75,254,51). Sum of RGB (Red+Green+Blue) = 75+254+51=380 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.74% from 380); Green value is 254 (99.61% from 255 or 66.84% from 380); Blue value is 51 (20.31% from 255 or 13.42% from 380); Max value from RGB is 254 - color contains mainly: green. Hex color #4BFE33 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BFE33 is #B401CC. Grayscale: #B1B1B1. Windows color (decimal): -11796941 or 3407435. OLE color: 3407435.

HSL color Cylindrical-coordinate representation of color #4BFE33: hue angle of 112.91º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4BFE33 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.00.

Color convert

RGB7525451-
CMYK0.7000.800.00
HSL112.91º99.02%59.8%-
HSV(B)112.91º79.92%99.61%-
XYZ38.9472.6215.1-
YUV177.3456.755.01-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 19.74%
GREEN value IS 254 (99.61% from 255) = 66.84%
BLUE value IS 51 (20.31% from 255) = 13.42%
R=19.74%
G=66.84%
B=13.42%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal75254510.7000.800.00112.9199.0259.8
Hex4BFE3346050071633c
Octal113376631060120016114374
Binary100101111111110110011100011001010000011100011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFE33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,254,51); }

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

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

 a { background-color: rgb(75,254,51); }

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

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

 span { border-color: rgb(75,254,51); }

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