Html Css Color HEX #54BA14 Kelly Green

📋 copy color: '#54BA14'

red 84 ◦ green 186 ◦ blue 20

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

Shades of Kelly Green #54BA14

Tints of Kelly Green #54BA14

RGB

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

 GREEN value IS 186 (73.05% from 255) = 64.14%

 BLUE value IS 20 (8.2% from 255) = 6.9%

R = 28.97%
G = 64.14%
B = 6.9%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#54BA14 (or 0x54BA14) is known color: Kelly Green. HEX triplet: 54, BA and 14. RGB value is (84,186,20). Sum of RGB (Red+Green+Blue) = 84+186+20=290 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.97% from 290); Green value is 186 (73.05% from 255 or 64.14% from 290); Blue value is 20 (8.20% from 255 or 6.90% from 290); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54BA14 is #AB45EB. Grayscale: #898989. Windows color (decimal): -11224556 or 1358420. OLE color: 1358420.

HSL color Cylindrical-coordinate representation of color #54BA14: hue angle of 96.87º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #54BA14 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 186 20 -
CMYK 0.55 0 0.89 0.27
HSL 96.87º 0.81% 0.4% -
HSV(B) 96.87º 0.89% 0.73% -
XYZ 21.34 37.05 6.69 -
YUV 136.58 62.21 90.5 -
System Red Green Blue C M Y K H S L
Decimal 84 186 20 0.55 0 0.89 0.27 96.87 0.81 0.4
Hex 54 BA 14 37 0 59 1B 61 51 28
Octal 124 272 24 67 0 131 33 141 121 50
Binary 1010100 10111010 10100 110111 0 1011001 11011 1100001 1010001 101000

Color Harmonies of #54BA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BA14

Black with #54BA14

Text Example


Text Example

White with #54BA14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,186,20); }

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

background-color css

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

 a { background-color: rgb(84,186,20); }

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

border-color css

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

 span { border-color: rgb(84,186,20); }

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