Html Css Color HEX #46F521 Harlequin

📋 copy color: '#46F521'

red 70 ◦ green 245 ◦ blue 33

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

Shades of Harlequin #46F521

Tints of Harlequin #46F521

RGB

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

 GREEN value IS 245 (96.09% from 255) = 70.4%

 BLUE value IS 33 (13.28% from 255) = 9.48%

R = 20.11%
G = 70.4%
B = 9.48%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#46F521 (or 0x46F521) is known color: Harlequin. HEX triplet: 46, F5 and 21. RGB value is (70,245,33). Sum of RGB (Red+Green+Blue) = 70+245+33=348 (46% of max value = 765). Red value is 70 (27.73% from 255 or 20.11% from 348); Green value is 245 (96.09% from 255 or 70.40% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 245 - color contains mainly: green. Hex color #46F521 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #46F521 is #B90ADE. Grayscale: #A9A9A9. Windows color (decimal): -12126943 or 2225478. OLE color: 2225478.

HSL color Cylindrical-coordinate representation of color #46F521: hue angle of 109.53º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #46F521 is Cyan = 0.71, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 245 33 -
CMYK 0.71 0 0.87 0.04
HSL 109.53º 0.91% 0.55% -
HSV(B) 109.53º 0.87% 0.96% -
XYZ 35.45 66.72 12.45 -
YUV 168.51 51.52 57.74 -
System Red Green Blue C M Y K H S L
Decimal 70 245 33 0.71 0 0.87 0.04 109.53 0.91 0.55
Hex 46 F5 21 47 0 57 4 6E 5B 37
Octal 106 365 41 107 0 127 4 156 133 67
Binary 1000110 11110101 100001 1000111 0 1010111 100 1101110 1011011 110111

Color Harmonies of #46F521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F521

Black with #46F521

Text Example


Text Example

White with #46F521

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,245,33); }

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

background-color css

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

 a { background-color: rgb(70,245,33); }

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

border-color css

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

 span { border-color: rgb(70,245,33); }

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