#4BFB05

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

Shades of Harlequin #4BFB05

Tints of Harlequin #4BFB05

Color information

#4BFB05 (or 0x4BFB05) is unknown color: approx Harlequin. HEX triplet: 4B, FB and 05. RGB value is (75,251,5). Sum of RGB (Red+Green+Blue) = 75+251+5=331 (43% of max value = 765). Red value is 75 (29.69% from 255 or 22.66% from 331); Green value is 251 (98.44% from 255 or 75.83% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 251 - color contains mainly: green. Hex color #4BFB05 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFB05 is #B404FA. Grayscale: #ABABAB. Windows color (decimal): -11797755 or 392011. OLE color: 392011.

HSL color Cylindrical-coordinate representation of color #4BFB05: hue angle of 102.93º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4BFB05 is Cyan = 0.70, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.

Color convert

RGB752515-
CMYK0.7000.980.02
HSL102.93º96.85%50.2%-
HSV(B)102.93º98.01%98.43%-
XYZ37.4370.511.78-
YUV170.3334.6960-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 22.66%
GREEN value IS 251 (98.44% from 255) = 75.83%
BLUE value IS 5 (2.34% from 255) = 1.51%
R=22.66%
G=75.83%
B=1.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal7525150.7000.980.02102.9396.8550.2
Hex4BFB5460622676132
Octal11337351060142214714162
Binary1001011111110111011000110011000101011001111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFB05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,251,5); }

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

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

 a { background-color: rgb(75,251,5); }

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

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

 span { border-color: rgb(75,251,5); }

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