Html Css Color HEX #54F221 Harlequin

📋 copy color: '#54F221'

red 84 ◦ green 242 ◦ blue 33

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

Shades of Harlequin #54F221

Tints of Harlequin #54F221

RGB

 RED value IS 84 (33.2% from 255) = 23.4%

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

 BLUE value IS 33 (13.28% from 255) = 9.19%

R = 23.4%
G = 67.41%
B = 9.19%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#54F221 (or 0x54F221) is known color: Harlequin. HEX triplet: 54, F2 and 21. RGB value is (84,242,33). Sum of RGB (Red+Green+Blue) = 84+242+33=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 242 (94.92% from 255 or 67.41% from 359); Blue value is 33 (13.28% from 255 or 9.19% from 359); Max value from RGB is 242 - color contains mainly: green. Hex color #54F221 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F221 is #AB0DDE. Grayscale: #ABABAB. Windows color (decimal): -11210207 or 2224724. OLE color: 2224724.

HSL color Cylindrical-coordinate representation of color #54F221: hue angle of 105.36º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #54F221 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 242 33 -
CMYK 0.65 0 0.86 0.05
HSL 105.36º 0.89% 0.54% -
HSV(B) 105.36º 0.86% 0.95% -
XYZ 35.68 65.5 12.2 -
YUV 170.93 50.15 65.99 -
System Red Green Blue C M Y K H S L
Decimal 84 242 33 0.65 0 0.86 0.05 105.36 0.89 0.54
Hex 54 F2 21 41 0 56 5 69 59 36
Octal 124 362 41 101 0 126 5 151 131 66
Binary 1010100 11110010 100001 1000001 0 1010110 101 1101001 1011001 110110

Color Harmonies of #54F221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F221

Black with #54F221

Text Example


Text Example

White with #54F221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54F221; }

 p { color: rgb(84,242,33); }

 H1.HeaderClassName
 {
   color: #54F221;
 }
 .AnyTagClassName
 {
   color: #54F221;
 }
</style>

background-color css

<style>
 a { background-color: #54F221; }

 a { background-color: rgb(84,242,33); }

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

border-color css

<style>
 span { border-color: #54F221; }

 span { border-color: rgb(84,242,33); }

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