Html Css Color HEX #47FA0F Harlequin

📋 copy color: '#47FA0F'

red 71 ◦ green 250 ◦ blue 15

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

Shades of Harlequin #47FA0F

Tints of Harlequin #47FA0F

RGB

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

 GREEN value IS 250 (98.05% from 255) = 74.4%

 BLUE value IS 15 (6.25% from 255) = 4.46%

R = 21.13%
G = 74.4%
B = 4.46%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#47FA0F (or 0x47FA0F) is known color: Harlequin. HEX triplet: 47, FA and 0F. RGB value is (71,250,15). Sum of RGB (Red+Green+Blue) = 71+250+15=336 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.13% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #47FA0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #47FA0F is #B805F0. Grayscale: #AAAAAA. Windows color (decimal): -12060145 or 1047111. OLE color: 1047111.

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

Color convert

RGB 71 250 15 -
CMYK 0.72 0 0.94 0.02
HSL 105.7º 0.96% 0.52% -
HSV(B) 105.7º 0.94% 0.98% -
XYZ 36.87 69.75 11.97 -
YUV 169.69 40.7 57.61 -
System Red Green Blue C M Y K H S L
Decimal 71 250 15 0.72 0 0.94 0.02 105.7 0.96 0.52
Hex 47 FA F 48 0 5E 2 6A 60 34
Octal 107 372 17 110 0 136 2 152 140 64
Binary 1000111 11111010 1111 1001000 0 1011110 10 1101010 1100000 110100

Color Harmonies of #47FA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47FA0F

Black with #47FA0F

Text Example


Text Example

White with #47FA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,250,15); }

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

background-color css

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

 a { background-color: rgb(71,250,15); }

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

border-color css

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

 span { border-color: rgb(71,250,15); }

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