#46FA27

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

Shades of Harlequin #46FA27

Tints of Harlequin #46FA27

Color information

#46FA27 (or 0x46FA27) is unknown color: approx Harlequin. HEX triplet: 46, FA and 27. RGB value is (70,250,39). Sum of RGB (Red+Green+Blue) = 70+250+39=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 250 (98.05% from 255 or 69.64% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 250 - color contains mainly: green. Hex color #46FA27 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46FA27 is #B905D8. Grayscale: #ACACAC. Windows color (decimal): -12125657 or 2619974. OLE color: 2619974.

HSL color Cylindrical-coordinate representation of color #46FA27: hue angle of 111.18º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #46FA27 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.02.

Color convert

RGB7025039-
CMYK0.7200.840.02
HSL111.18º95.48%56.67%-
HSV(B)111.18º84.4%98.04%-
XYZ37.0869.8213.44-
YUV172.1352.8755.16-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.50%
GREEN value IS 250 (98.05% from 255) = 69.64%
BLUE value IS 39 (15.62% from 255) = 10.86%
R=19.50%
G=69.64%
B=10.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal70250390.7200.840.02111.1895.4856.67
Hex46FA274805426f5f39
Octal106372471100124215713771
Binary1000110111110101001111001000010101001011011111011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46FA27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46FA27; }

 p { color: rgb(70,250,39); }

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

<style>
 a { background-color: #46FA27; }

 a { background-color: rgb(70,250,39); }

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

<style>
 span { border-color: #46FA27; }

 span { border-color: rgb(70,250,39); }

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