Html Css Color HEX #46F800 Harlequin

📋 copy color: '#46F800'

red 70 ◦ green 248 ◦ blue 0

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

Shades of Harlequin #46F800

Tints of Harlequin #46F800

RGB

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

 GREEN value IS 248 (97.27% from 255) = 77.99%

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

R = 22.01%
G = 77.99%
B = 0%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 1

 K value IS 0.03

RGB Variations

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

Color information

#46F800 (or 0x46F800) is known color: Harlequin. HEX triplet: 46, F8 and 00. RGB value is (70,248,0). Sum of RGB (Red+Green+Blue) = 70+248+0=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 248 (97.27% from 255 or 77.99% from 318); Blue value is 0 (0.39% from 255 or 0% from 318); Max value from RGB is 248 - color contains mainly: green. Hex color #46F800 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F800 is #B907FF. Grayscale: #A7A7A7. Windows color (decimal): -12126208 or 63558. OLE color: 63558.

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

Color convert

RGB 70 248 0 -
CMYK 0.72 0 1 0.03
HSL 103.06º 1% 0.49% -
HSV(B) 103.06º 1% 0.97% -
XYZ 36.09 68.44 11.31 -
YUV 166.51 34.03 59.17 -
System Red Green Blue C M Y K H S L
Decimal 70 248 0 0.72 0 1 0.03 103.06 1 0.49
Hex 46 F8 0 48 0 64 3 67 64 31
Octal 106 370 0 110 0 144 3 147 144 61
Binary 1000110 11111000 0 1001000 0 1100100 11 1100111 1100100 110001

Color Harmonies of #46F800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F800

Black with #46F800

Text Example


Text Example

White with #46F800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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