#56F330

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

Shades of Harlequin #56F330

Tints of Harlequin #56F330

Color information

#56F330 (or 0x56F330) is unknown color: approx Harlequin. HEX triplet: 56, F3 and 30. RGB value is (86,243,48). Sum of RGB (Red+Green+Blue) = 86+243+48=377 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.81% from 377); Green value is 243 (95.31% from 255 or 64.46% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 243 - color contains mainly: green. Hex color #56F330 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #56F330 is #A90CCF. Grayscale: #AEAEAE. Windows color (decimal): -11078864 or 3208022. OLE color: 3208022.

HSL color Cylindrical-coordinate representation of color #56F330: hue angle of 108.31º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #56F330 is Cyan = 0.65, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB8624348-
CMYK0.6500.800.05
HSL108.31º89.04%57.06%-
HSV(B)108.31º80.25%95.29%-
XYZ36.4266.2913.67-
YUV173.8356.9965.36-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.81%
GREEN value IS 243 (95.31% from 255) = 64.46%
BLUE value IS 48 (19.14% from 255) = 12.73%
R=22.81%
G=64.46%
B=12.73%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal86243480.6500.800.05108.3189.0457.06
Hex56F3304105056c5939
Octal126363601010120515413171
Binary10101101111001111000010000010101000010111011001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56F330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56F330; }

 p { color: rgb(86,243,48); }

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

<style>
 a { background-color: #56F330; }

 a { background-color: rgb(86,243,48); }

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

<style>
 span { border-color: #56F330; }

 span { border-color: rgb(86,243,48); }

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