#4BFF0F

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

Shades of Harlequin #4BFF0F

Tints of Harlequin #4BFF0F

Color information

#4BFF0F (or 0x4BFF0F) is unknown color: approx Harlequin. HEX triplet: 4B, FF and 0F. RGB value is (75,255,15). Sum of RGB (Red+Green+Blue) = 75+255+15=345 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.74% from 345); Green value is 255 (100% from 255 or 73.91% from 345); Blue value is 15 (6.25% from 255 or 4.35% from 345); Max value from RGB is 255 - color contains mainly: green. Hex color #4BFF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BFF0F is #B400F0. Grayscale: #AEAEAE. Windows color (decimal): -11796721 or 1048395. OLE color: 1048395.

HSL color Cylindrical-coordinate representation of color #4BFF0F: hue angle of 105º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4BFF0F is Cyan = 0.71, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB7525515-
CMYK0.7100.940
HSL105º100%52.94%-
HSV(B)105º94.12%100%-
XYZ38.7573.0512.51-
YUV173.8238.3757.51-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.74%
GREEN value IS 255 (100% from 255) = 73.91%
BLUE value IS 15 (6.25% from 255) = 4.35%
R=21.74%
G=73.91%
B=4.35%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal75255150.7100.94010510052.94
Hex4BFFF4705E0696435
Octal113377171070136015114465
Binary1001011111111111111100011101011110011010011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BFF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,255,15); }

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

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

 a { background-color: rgb(75,255,15); }

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

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

 span { border-color: rgb(75,255,15); }

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