Html Css Color HEX #54F227 Harlequin

📋 copy color: '#54F227'

red 84 ◦ green 242 ◦ blue 39

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

Shades of Harlequin #54F227

Tints of Harlequin #54F227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.68%

R = 23.01%
G = 66.3%
B = 10.68%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#54F227 (or 0x54F227) is known color: Harlequin. HEX triplet: 54, F2 and 27. RGB value is (84,242,39). Sum of RGB (Red+Green+Blue) = 84+242+39=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 242 (94.92% from 255 or 66.30% from 365); Blue value is 39 (15.62% from 255 or 10.68% from 365); Max value from RGB is 242 - color contains mainly: green. Hex color #54F227 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F227 is #AB0DD8. Grayscale: #ACACAC. Windows color (decimal): -11210201 or 2617940. OLE color: 2617940.

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

Color convert

RGB 84 242 39 -
CMYK 0.65 0 0.84 0.05
HSL 106.7º 0.89% 0.55% -
HSV(B) 106.7º 0.84% 0.95% -
XYZ 35.77 65.54 12.68 -
YUV 171.62 53.15 65.51 -
System Red Green Blue C M Y K H S L
Decimal 84 242 39 0.65 0 0.84 0.05 106.7 0.89 0.55
Hex 54 F2 27 41 0 54 5 6B 59 37
Octal 124 362 47 101 0 124 5 153 131 67
Binary 1010100 11110010 100111 1000001 0 1010100 101 1101011 1011001 110111

Color Harmonies of #54F227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F227

Black with #54F227

Text Example


Text Example

White with #54F227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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