Html Css Color HEX #47FF10 Harlequin

📋 copy color: '#47FF10'

red 71 ◦ green 255 ◦ blue 16

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

Shades of Harlequin #47FF10

Tints of Harlequin #47FF10

RGB

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

 GREEN value IS 255 (100% from 255) = 74.56%

 BLUE value IS 16 (6.64% from 255) = 4.68%

R = 20.76%
G = 74.56%
B = 4.68%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#47FF10 (or 0x47FF10) is known color: Harlequin. HEX triplet: 47, FF and 10. RGB value is (71,255,16). Sum of RGB (Red+Green+Blue) = 71+255+16=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 255 (100% from 255 or 74.56% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF10 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FF10 is #B800EF. Grayscale: #ADADAD. Windows color (decimal): -12058864 or 1113927. OLE color: 1113927.

HSL color Cylindrical-coordinate representation of color #47FF10: hue angle of 106.19º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #47FF10 is Cyan = 0.72, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 71 255 16 -
CMYK 0.72 0 0.94 0
HSL 106.19º 1% 0.53% -
HSV(B) 106.19º 0.94% 1% -
XYZ 38.45 72.9 12.53 -
YUV 172.74 39.54 55.43 -
System Red Green Blue C M Y K H S L
Decimal 71 255 16 0.72 0 0.94 0 106.19 1 0.53
Hex 47 FF 10 48 0 5E 0 6A 64 35
Octal 107 377 20 110 0 136 0 152 144 65
Binary 1000111 11111111 10000 1001000 0 1011110 0 1101010 1100100 110101

Color Harmonies of #47FF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FF10

Black with #47FF10

Text Example


Text Example

White with #47FF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,255,16); }

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

background-color css

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

 a { background-color: rgb(71,255,16); }

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

border-color css

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

 span { border-color: rgb(71,255,16); }

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