Html Css Color HEX #47F100 Harlequin

📋 copy color: '#47F100'

red 71 ◦ green 241 ◦ blue 0

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

Shades of Harlequin #47F100

Tints of Harlequin #47F100

RGB

 RED value IS 71 (28.13% from 255) = 22.76%

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

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

R = 22.76%
G = 77.24%
B = 0%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#47F100 (or 0x47F100) is known color: Harlequin. HEX triplet: 47, F1 and 00. RGB value is (71,241,0). Sum of RGB (Red+Green+Blue) = 71+241+0=312 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.76% from 312); Green value is 241 (94.53% from 255 or 77.24% from 312); Blue value is 0 (0.39% from 255 or 0% from 312); Max value from RGB is 241 - color contains mainly: green. Hex color #47F100 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47F100 is #B80EFF. Grayscale: #A3A3A3. Windows color (decimal): -12062464 or 61767. OLE color: 61767.

HSL color Cylindrical-coordinate representation of color #47F100: hue angle of 102.32º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #47F100 is Cyan = 0.71, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.

Color convert

RGB 71 241 0 -
CMYK 0.71 0 1 0.05
HSL 102.32º 1% 0.47% -
HSV(B) 102.32º 1% 0.95% -
XYZ 34.05 64.25 10.61 -
YUV 162.7 36.18 62.6 -
System Red Green Blue C M Y K H S L
Decimal 71 241 0 0.71 0 1 0.05 102.32 1 0.47
Hex 47 F1 0 47 0 64 5 66 64 2F
Octal 107 361 0 107 0 144 5 146 144 57
Binary 1000111 11110001 0 1000111 0 1100100 101 1100110 1100100 101111

Color Harmonies of #47F100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F100

Black with #47F100

Text Example


Text Example

White with #47F100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47F100; }

 p { color: rgb(71,241,0); }

 H1.HeaderClassName
 {
   color: #47F100;
 }
 .AnyTagClassName
 {
   color: #47F100;
 }
</style>

background-color css

<style>
 a { background-color: #47F100; }

 a { background-color: rgb(71,241,0); }

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

border-color css

<style>
 span { border-color: #47F100; }

 span { border-color: rgb(71,241,0); }

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