Html Css Color HEX #54F925 Harlequin

📋 copy color: '#54F925'

red 84 ◦ green 249 ◦ blue 37

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

Shades of Harlequin #54F925

Tints of Harlequin #54F925

RGB

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

 GREEN value IS 249 (97.66% from 255) = 67.3%

 BLUE value IS 37 (14.84% from 255) = 10%

R = 22.7%
G = 67.3%
B = 10%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#54F925 (or 0x54F925) is known color: Harlequin. HEX triplet: 54, F9 and 25. RGB value is (84,249,37). Sum of RGB (Red+Green+Blue) = 84+249+37=370 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.70% from 370); Green value is 249 (97.66% from 255 or 67.30% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 249 - color contains mainly: green. Hex color #54F925 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #54F925 is #AB06DA. Grayscale: #B0B0B0. Windows color (decimal): -11208411 or 2488660. OLE color: 2488660.

HSL color Cylindrical-coordinate representation of color #54F925: hue angle of 106.7º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #54F925 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.

Color convert

RGB 84 249 37 -
CMYK 0.66 0 0.85 0.02
HSL 106.7º 0.95% 0.56% -
HSV(B) 106.7º 0.85% 0.98% -
XYZ 37.87 69.77 13.22 -
YUV 175.5 49.84 62.74 -
System Red Green Blue C M Y K H S L
Decimal 84 249 37 0.66 0 0.85 0.02 106.7 0.95 0.56
Hex 54 F9 25 42 0 55 2 6B 5F 38
Octal 124 371 45 102 0 125 2 153 137 70
Binary 1010100 11111001 100101 1000010 0 1010101 10 1101011 1011111 111000

Color Harmonies of #54F925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54F925

Black with #54F925

Text Example


Text Example

White with #54F925

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,249,37); }

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

background-color css

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

 a { background-color: rgb(84,249,37); }

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

border-color css

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

 span { border-color: rgb(84,249,37); }

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