#4BEE0B

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

Shades of Harlequin #4BEE0B

Tints of Harlequin #4BEE0B

Color information

#4BEE0B (or 0x4BEE0B) is unknown color: approx Harlequin. HEX triplet: 4B, EE and 0B. RGB value is (75,238,11). Sum of RGB (Red+Green+Blue) = 75+238+11=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 238 (93.36% from 255 or 73.46% from 324); Blue value is 11 (4.69% from 255 or 3.40% from 324); Max value from RGB is 238 - color contains mainly: green. Hex color #4BEE0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BEE0B is #B411F4. Grayscale: #A4A4A4. Windows color (decimal): -11801077 or 781899. OLE color: 781899.

HSL color Cylindrical-coordinate representation of color #4BEE0B: hue angle of 103.08º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4BEE0B is Cyan = 0.68, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.07.

Color convert

RGB7523811-
CMYK0.6800.950.07
HSL103.08º91.16%48.82%-
HSV(B)103.08º95.38%93.33%-
XYZ33.5462.6710.65-
YUV163.384264.96-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 238 (93.36% from 255) = 73.46%
BLUE value IS 11 (4.69% from 255) = 3.40%
R=23.15%
G=73.46%
B=3.40%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal75238110.6800.950.07103.0891.1648.82
Hex4BEEB4405F7675b31
Octal113356131040137714713361
Binary100101111101110101110001000101111111111001111011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BEE0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,238,11); }

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

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

 a { background-color: rgb(75,238,11); }

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

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

 span { border-color: rgb(75,238,11); }

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