Html Css Color HEX #47DC07 Harlequin

📋 copy color: '#47DC07'

red 71 ◦ green 220 ◦ blue 7

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

Shades of Harlequin #47DC07

Tints of Harlequin #47DC07

RGB

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

 GREEN value IS 220 (86.33% from 255) = 73.83%

 BLUE value IS 7 (3.13% from 255) = 2.35%

R = 23.83%
G = 73.83%
B = 2.35%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#47DC07 (or 0x47DC07) is known color: Harlequin. HEX triplet: 47, DC and 07. RGB value is (71,220,7). Sum of RGB (Red+Green+Blue) = 71+220+7=298 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.83% from 298); Green value is 220 (86.33% from 255 or 73.83% from 298); Blue value is 7 (3.12% from 255 or 2.35% from 298); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #47DC07 is #B823F8. Grayscale: #979797. Windows color (decimal): -12067833 or 515143. OLE color: 515143.

HSL color Cylindrical-coordinate representation of color #47DC07: hue angle of 101.97º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #47DC07 is Cyan = 0.68, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 71 220 7 -
CMYK 0.68 0 0.97 0.14
HSL 101.97º 0.94% 0.45% -
HSV(B) 101.97º 0.97% 0.86% -
XYZ 28.23 52.54 8.85 -
YUV 151.17 46.64 70.82 -
System Red Green Blue C M Y K H S L
Decimal 71 220 7 0.68 0 0.97 0.14 101.97 0.94 0.45
Hex 47 DC 7 44 0 61 E 66 5E 2D
Octal 107 334 7 104 0 141 16 146 136 55
Binary 1000111 11011100 111 1000100 0 1100001 1110 1100110 1011110 101101

Color Harmonies of #47DC07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47DC07

Black with #47DC07

Text Example


Text Example

White with #47DC07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,220,7); }

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

background-color css

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

 a { background-color: rgb(71,220,7); }

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

border-color css

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

 span { border-color: rgb(71,220,7); }

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