Html Css Color HEX #46F120 Harlequin

📋 copy color: '#46F120'

red 70 ◦ green 241 ◦ blue 32

#46F120
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harlequin #46F120

Tints of Harlequin #46F120

RGB

 RED value IS 70 (27.73% from 255) = 20.41%

 GREEN value IS 241 (94.53% from 255) = 70.26%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 20.41%
G = 70.26%
B = 9.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#46F120 (or 0x46F120) is known color: Harlequin. HEX triplet: 46, F1 and 20. RGB value is (70,241,32). Sum of RGB (Red+Green+Blue) = 70+241+32=343 (45% of max value = 765). Red value is 70 (27.73% from 255 or 20.41% from 343); Green value is 241 (94.53% from 255 or 70.26% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 241 - color contains mainly: green. Hex color #46F120 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F120 is #B90EDF. Grayscale: #A6A6A6. Windows color (decimal): -12127968 or 2158918. OLE color: 2158918.

HSL color Cylindrical-coordinate representation of color #46F120: hue angle of 109.09º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46F120 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 241 32 -
CMYK 0.71 0 0.87 0.05
HSL 109.09º 0.88% 0.54% -
HSV(B) 109.09º 0.87% 0.95% -
XYZ 34.24 64.32 11.98 -
YUV 166.05 52.35 59.49 -
System Red Green Blue C M Y K H S L
Decimal 70 241 32 0.71 0 0.87 0.05 109.09 0.88 0.54
Hex 46 F1 20 47 0 57 5 6D 58 36
Octal 106 361 40 107 0 127 5 155 130 66
Binary 1000110 11110001 100000 1000111 0 1010111 101 1101101 1011000 110110

Color Harmonies of #46F120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F120

Black with #46F120

Text Example


Text Example

White with #46F120

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,241,32); }

 H1.HeaderClassName
 {
   color: #46F120;
 }
 .AnyTagClassName
 {
   color: #46F120;
 }
</style>

background-color css

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

 a { background-color: rgb(70,241,32); }

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

border-color css

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

 span { border-color: rgb(70,241,32); }

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