#4BF91B

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

Shades of Harlequin #4BF91B

Tints of Harlequin #4BF91B

Color information

#4BF91B (or 0x4BF91B) is unknown color: approx Harlequin. HEX triplet: 4B, F9 and 1B. RGB value is (75,249,27). Sum of RGB (Red+Green+Blue) = 75+249+27=351 (46% of max value = 765). Red value is 75 (29.69% from 255 or 21.37% from 351); Green value is 249 (97.66% from 255 or 70.94% from 351); Blue value is 27 (10.94% from 255 or 7.69% from 351); Max value from RGB is 249 - color contains mainly: green. Hex color #4BF91B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #4BF91B is #B406E4. Grayscale: #ACACAC. Windows color (decimal): -11798245 or 1833291. OLE color: 1833291.

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

Color convert

RGB7524927-
CMYK0.7000.890.02
HSL107.03º94.87%54.12%-
HSV(B)107.03º89.16%97.65%-
XYZ36.9869.3312.47-
YUV171.6746.3559.05-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.37%
GREEN value IS 249 (97.66% from 255) = 70.94%
BLUE value IS 27 (10.94% from 255) = 7.69%
R=21.37%
G=70.94%
B=7.69%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal75249270.7000.890.02107.0394.8754.12
Hex4BF91B4605926b5f36
Octal113371331060131215313766
Binary100101111111001110111000110010110011011010111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF91B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,249,27); }

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

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

 a { background-color: rgb(75,249,27); }

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

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

 span { border-color: rgb(75,249,27); }

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