Html Css Color HEX #54F128 Harlequin

📋 copy color: '#54F128'

red 84 ◦ green 241 ◦ blue 40

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

Shades of Harlequin #54F128

Tints of Harlequin #54F128

RGB

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

 GREEN value IS 241 (94.53% from 255) = 66.03%

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

R = 23.01%
G = 66.03%
B = 10.96%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#54F128 (or 0x54F128) is known color: Harlequin. HEX triplet: 54, F1 and 28. RGB value is (84,241,40). Sum of RGB (Red+Green+Blue) = 84+241+40=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 241 (94.53% from 255 or 66.03% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 241 - color contains mainly: green. Hex color #54F128 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F128 is #AB0ED7. Grayscale: #ABABAB. Windows color (decimal): -11210456 or 2683220. OLE color: 2683220.

HSL color Cylindrical-coordinate representation of color #54F128: hue angle of 106.87º degrees, saturation: 0.88, 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 #54F128 is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 84 241 40 -
CMYK 0.65 0 0.83 0.05
HSL 106.87º 0.88% 0.55% -
HSV(B) 106.87º 0.83% 0.95% -
XYZ 35.49 64.95 12.67 -
YUV 171.14 53.99 65.84 -
System Red Green Blue C M Y K H S L
Decimal 84 241 40 0.65 0 0.83 0.05 106.87 0.88 0.55
Hex 54 F1 28 41 0 53 5 6B 58 37
Octal 124 361 50 101 0 123 5 153 130 67
Binary 1010100 11110001 101000 1000001 0 1010011 101 1101011 1011000 110111

Color Harmonies of #54F128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F128

Black with #54F128

Text Example


Text Example

White with #54F128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,241,40); }

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

background-color css

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

 a { background-color: rgb(84,241,40); }

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

border-color css

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

 span { border-color: rgb(84,241,40); }

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