Html Css Color HEX #46F700 Harlequin

📋 copy color: '#46F700'

red 70 ◦ green 247 ◦ blue 0

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

Shades of Harlequin #46F700

Tints of Harlequin #46F700

RGB

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

 GREEN value IS 247 (96.88% from 255) = 77.92%

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

R = 22.08%
G = 77.92%
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

#46F700 (or 0x46F700) is known color: Harlequin. HEX triplet: 46, F7 and 00. RGB value is (70,247,0). Sum of RGB (Red+Green+Blue) = 70+247+0=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 247 (96.88% from 255 or 77.92% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 247 - color contains mainly: green. Hex color #46F700 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #46F700 is #B908FF. Grayscale: #A6A6A6. Windows color (decimal): -12126464 or 63302. OLE color: 63302.

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

Color convert

RGB 70 247 0 -
CMYK 0.72 0 1 0.03
HSL 103º 1% 0.48% -
HSV(B) 103º 1% 0.97% -
XYZ 35.79 67.82 11.21 -
YUV 165.92 34.36 59.58 -
System Red Green Blue C M Y K H S L
Decimal 70 247 0 0.72 0 1 0.03 103 1 0.48
Hex 46 F7 0 48 0 64 3 67 64 30
Octal 106 367 0 110 0 144 3 147 144 60
Binary 1000110 11110111 0 1001000 0 1100100 11 1100111 1100100 110000

Color Harmonies of #46F700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46F700

Black with #46F700

Text Example


Text Example

White with #46F700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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