Html Css Color HEX #54BF14 Kelly Green

📋 copy color: '#54BF14'

red 84 ◦ green 191 ◦ blue 20

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

Shades of Kelly Green #54BF14

Tints of Kelly Green #54BF14

RGB

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

 GREEN value IS 191 (75% from 255) = 64.75%

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

R = 28.47%
G = 64.75%
B = 6.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#54BF14 (or 0x54BF14) is known color: Kelly Green. HEX triplet: 54, BF and 14. RGB value is (84,191,20). Sum of RGB (Red+Green+Blue) = 84+191+20=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 191 (75% from 255 or 64.75% from 295); Blue value is 20 (8.20% from 255 or 6.78% from 295); Max value from RGB is 191 - color contains mainly: green. Hex color #54BF14 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #54BF14 is #AB40EB. Grayscale: #8C8C8C. Windows color (decimal): -11223276 or 1359700. OLE color: 1359700.

HSL color Cylindrical-coordinate representation of color #54BF14: hue angle of 97.54º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #54BF14 is Cyan = 0.56, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 84 191 20 -
CMYK 0.56 0 0.90 0.25
HSL 97.54º 0.81% 0.41% -
HSV(B) 97.54º 0.9% 0.75% -
XYZ 22.41 39.2 7.05 -
YUV 139.51 60.55 88.4 -
System Red Green Blue C M Y K H S L
Decimal 84 191 20 0.56 0 0.90 0.25 97.54 0.81 0.41
Hex 54 BF 14 38 0 5A 19 62 51 29
Octal 124 277 24 70 0 132 31 142 121 51
Binary 1010100 10111111 10100 111000 0 1011010 11001 1100010 1010001 101001

Color Harmonies of #54BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BF14

Black with #54BF14

Text Example


Text Example

White with #54BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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