#4BF209

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

Shades of Harlequin #4BF209

Tints of Harlequin #4BF209

Color information

#4BF209 (or 0x4BF209) is unknown color: approx Harlequin. HEX triplet: 4B, F2 and 09. RGB value is (75,242,9). Sum of RGB (Red+Green+Blue) = 75+242+9=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 242 (94.92% from 255 or 74.23% from 326); Blue value is 9 (3.91% from 255 or 2.76% from 326); Max value from RGB is 242 - color contains mainly: green. Hex color #4BF209 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #4BF209 is #B40DF6. Grayscale: #A6A6A6. Windows color (decimal): -11800055 or 651851. OLE color: 651851.

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

Color convert

RGB752429-
CMYK0.6900.960.05
HSL103º92.83%49.22%-
HSV(B)103º96.28%94.9%-
XYZ34.765.0210.98-
YUV165.5139.6763.45-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.01%
GREEN value IS 242 (94.92% from 255) = 74.23%
BLUE value IS 9 (3.91% from 255) = 2.76%
R=23.01%
G=74.23%
B=2.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal7524290.6900.960.0510392.8349.22
Hex4BF29450605675d31
Octal113362111050140514713561
Binary100101111110010100110001010110000010111001111011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4BF209

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,242,9); }

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

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

 a { background-color: rgb(75,242,9); }

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

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

 span { border-color: rgb(75,242,9); }

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