Html Css Color HEX #46F900 Harlequin

📋 copy color: '#46F900'

red 70 ◦ green 249 ◦ blue 0

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

Shades of Harlequin #46F900

Tints of Harlequin #46F900

RGB

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

 GREEN value IS 249 (97.66% from 255) = 78.06%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 21.94%
G = 78.06%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.02

RGB Variations

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

Color information

#46F900 (or 0x46F900) is known color: Harlequin. HEX triplet: 46, F9 and 00. RGB value is (70,249,0). Sum of RGB (Red+Green+Blue) = 70+249+0=319 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.94% from 319); Green value is 249 (97.66% from 255 or 78.06% from 319); Blue value is 0 (0.39% from 255 or 0% from 319); Max value from RGB is 249 - color contains mainly: green. Hex color #46F900 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F900 is #B906FF. Grayscale: #A7A7A7. Windows color (decimal): -12125952 or 63814. OLE color: 63814.

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

Color convert

RGB 70 249 0 -
CMYK 0.72 0 1 0.02
HSL 103.13º 1% 0.49% -
HSV(B) 103.13º 1% 0.98% -
XYZ 36.4 69.05 11.41 -
YUV 167.09 33.7 58.75 -
System Red Green Blue C M Y K H S L
Decimal 70 249 0 0.72 0 1 0.02 103.13 1 0.49
Hex 46 F9 0 48 0 64 2 67 64 31
Octal 106 371 0 110 0 144 2 147 144 61
Binary 1000110 11111001 0 1001000 0 1100100 10 1100111 1100100 110001

Color Harmonies of #46F900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F900

Black with #46F900

Text Example


Text Example

White with #46F900

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,249,0); }

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

background-color css

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

 a { background-color: rgb(70,249,0); }

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

border-color css

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

 span { border-color: rgb(70,249,0); }

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