Html Css Color HEX #47FF0D Harlequin

📋 copy color: '#47FF0D'

red 71 ◦ green 255 ◦ blue 13

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

Shades of Harlequin #47FF0D

Tints of Harlequin #47FF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.83%

R = 20.94%
G = 75.22%
B = 3.83%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.95

 K value IS 0

RGB Variations

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

Color information

#47FF0D (or 0x47FF0D) is known color: Harlequin. HEX triplet: 47, FF and 0D. RGB value is (71,255,13). Sum of RGB (Red+Green+Blue) = 71+255+13=339 (44% of max value = 765). Red value is 71 (28.12% from 255 or 20.94% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 13 (5.47% from 255 or 3.83% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #47FF0D is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FF0D is #B800F2. Grayscale: #ADADAD. Windows color (decimal): -12058867 or 917319. OLE color: 917319.

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

Color convert

RGB 71 255 13 -
CMYK 0.72 0 0.95 0
HSL 105.62º 1% 0.53% -
HSV(B) 105.62º 0.95% 1% -
XYZ 38.43 72.89 12.42 -
YUV 172.4 38.04 55.68 -
System Red Green Blue C M Y K H S L
Decimal 71 255 13 0.72 0 0.95 0 105.62 1 0.53
Hex 47 FF D 48 0 5F 0 6A 64 35
Octal 107 377 15 110 0 137 0 152 144 65
Binary 1000111 11111111 1101 1001000 0 1011111 0 1101010 1100100 110101

Color Harmonies of #47FF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FF0D

Black with #47FF0D

Text Example


Text Example

White with #47FF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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