Html Css Color HEX #47F228 Harlequin

📋 copy color: '#47F228'

red 71 ◦ green 242 ◦ blue 40

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

Shades of Harlequin #47F228

Tints of Harlequin #47F228

RGB

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

 GREEN value IS 242 (94.92% from 255) = 68.56%

 BLUE value IS 40 (16.02% from 255) = 11.33%

R = 20.11%
G = 68.56%
B = 11.33%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#47F228 (or 0x47F228) is known color: Harlequin. HEX triplet: 47, F2 and 28. RGB value is (71,242,40). Sum of RGB (Red+Green+Blue) = 71+242+40=353 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.11% from 353); Green value is 242 (94.92% from 255 or 68.56% from 353); Blue value is 40 (16.02% from 255 or 11.33% from 353); Max value from RGB is 242 - color contains mainly: green. Hex color #47F228 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #47F228 is #B80DD7. Grayscale: #A8A8A8. Windows color (decimal): -12062168 or 2683463. OLE color: 2683463.

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

Color convert

RGB 71 242 40 -
CMYK 0.71 0 0.83 0.05
HSL 110.79º 0.89% 0.55% -
HSV(B) 110.79º 0.83% 0.95% -
XYZ 34.73 65 12.72 -
YUV 167.84 55.85 58.93 -
System Red Green Blue C M Y K H S L
Decimal 71 242 40 0.71 0 0.83 0.05 110.79 0.89 0.55
Hex 47 F2 28 47 0 53 5 6F 59 37
Octal 107 362 50 107 0 123 5 157 131 67
Binary 1000111 11110010 101000 1000111 0 1010011 101 1101111 1011001 110111

Color Harmonies of #47F228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47F228

Black with #47F228

Text Example


Text Example

White with #47F228

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,242,40); }

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

background-color css

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

 a { background-color: rgb(71,242,40); }

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

border-color css

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

 span { border-color: rgb(71,242,40); }

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