Html Css Color HEX #54F530 Harlequin

📋 copy color: '#54F530'

red 84 ◦ green 245 ◦ blue 48

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

Shades of Harlequin #54F530

Tints of Harlequin #54F530

RGB

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

 GREEN value IS 245 (96.09% from 255) = 64.99%

 BLUE value IS 48 (19.14% from 255) = 12.73%

R = 22.28%
G = 64.99%
B = 12.73%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#54F530 (or 0x54F530) is known color: Harlequin. HEX triplet: 54, F5 and 30. RGB value is (84,245,48). Sum of RGB (Red+Green+Blue) = 84+245+48=377 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.28% from 377); Green value is 245 (96.09% from 255 or 64.99% from 377); Blue value is 48 (19.14% from 255 or 12.73% from 377); Max value from RGB is 245 - color contains mainly: green. Hex color #54F530 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F530 is #AB0ACF. Grayscale: #AFAFAF. Windows color (decimal): -11209424 or 3208532. OLE color: 3208532.

HSL color Cylindrical-coordinate representation of color #54F530: hue angle of 109.04º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54F530 is Cyan = 0.66, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 84 245 48 -
CMYK 0.66 0 0.80 0.04
HSL 109.04º 0.91% 0.57% -
HSV(B) 109.04º 0.8% 0.96% -
XYZ 36.84 67.4 13.86 -
YUV 174.4 56.66 63.52 -
System Red Green Blue C M Y K H S L
Decimal 84 245 48 0.66 0 0.80 0.04 109.04 0.91 0.57
Hex 54 F5 30 42 0 50 4 6D 5B 39
Octal 124 365 60 102 0 120 4 155 133 71
Binary 1010100 11110101 110000 1000010 0 1010000 100 1101101 1011011 111001

Color Harmonies of #54F530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F530

Black with #54F530

Text Example


Text Example

White with #54F530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,245,48); }

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

background-color css

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

 a { background-color: rgb(84,245,48); }

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

border-color css

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

 span { border-color: rgb(84,245,48); }

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