#54B31F

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

Shades of Kelly Green #54B31F

Tints of Kelly Green #54B31F

Color information

#54B31F (or 0x54B31F) is unknown color: approx Kelly Green. HEX triplet: 54, B3 and 1F. RGB value is (84,179,31). Sum of RGB (Red+Green+Blue) = 84+179+31=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 179 (70.31% from 255 or 60.88% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 179 - color contains mainly: green. Hex color #54B31F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #54B31F is #AB4CE0. Grayscale: #868686. Windows color (decimal): -11226337 or 2077524. OLE color: 2077524.

HSL color Cylindrical-coordinate representation of color #54B31F: hue angle of 98.51º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #54B31F is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.30.

Color convert

RGB8417931-
CMYK0.5300.830.30
HSL98.51º70.48%41.18%-
HSV(B)98.51º82.68%70.2%-
XYZ20.0234.226.85-
YUV133.7270.0392.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.57%
GREEN value IS 179 (70.31% from 255) = 60.88%
BLUE value IS 31 (12.5% from 255) = 10.54%
R=28.57%
G=60.88%
B=10.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal84179310.5300.830.3098.5170.4841.18
Hex54B31F350531E634629
Octal124263376501233614310651
Binary10101001011001111111110101010100111111011000111000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54B31F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,179,31); }

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

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

 a { background-color: rgb(84,179,31); }

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

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

 span { border-color: rgb(84,179,31); }

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