#54F31D

Color #54F31D Harlequin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harlequin #54F31D

Tints of Harlequin #54F31D

Color information

#54F31D (or 0x54F31D) is unknown color: approx Harlequin. HEX triplet: 54, F3 and 1D. RGB value is (84,243,29). Sum of RGB (Red+Green+Blue) = 84+243+29=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 243 (95.31% from 255 or 68.26% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 243 - color contains mainly: green. Hex color #54F31D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F31D is #AB0CE2. Grayscale: #ABABAB. Windows color (decimal): -11209955 or 1962836. OLE color: 1962836.

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

Color convert

RGB8424329-
CMYK0.6500.880.05
HSL104.58º89.92%53.33%-
HSV(B)104.58º88.07%95.29%-
XYZ35.9366.0712.02-
YUV171.0647.8265.9-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 243 (95.31% from 255) = 68.26%
BLUE value IS 29 (11.72% from 255) = 8.15%
R=23.60%
G=68.26%
B=8.15%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal84243290.6500.880.05104.5889.9253.33
Hex54F31D410585695a35
Octal124363351010130515113265
Binary1010100111100111110110000010101100010111010011011010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54F31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,243,29); }

 H1.HeaderClassName
 {
   color: #54F31D;
 }
 .AnyTagClassName
 {
   color: #54F31D;
 }
</style>
background-color css

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

 a { background-color: rgb(84,243,29); }

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

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

 span { border-color: rgb(84,243,29); }

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