#54b000

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

Shades of Kelly Green #54B000

Tints of Kelly Green #54B000

Color information

#54B000 (or 0x54B000) is unknown color: approx Kelly Green. HEX triplet: 54, B0 and 00. RGB value is (84,176,0). Sum of RGB (Red+Green+Blue) = 84+176+0=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 176 (69.14% from 255 or 67.69% from 260); Blue value is 0 (0.39% from 255 or 0% from 260); Max value from RGB is 176 - color contains mainly: green. Hex color #54B000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54B000 is #AB4FFF. Grayscale: #818181. Windows color (decimal): -11227136 or 45140. OLE color: 45140.

HSL color Cylindrical-coordinate representation of color #54B000: hue angle of 91.36º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #54B000 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.31.

Color convert

RGB841760-
CMYK0.52010.31
HSL91.36º100%34.51%-
HSV(B)91.36º100%69.02%-
XYZ19.1832.945.35-
YUV128.4355.5296.31-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 32.31%
GREEN value IS 176 (69.14% from 255) = 67.69%
BLUE value IS 0 (0.39% from 255) = 0%
R=32.31%
G=67.69%
B=0%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal8417600.52010.3191.3610034.51
Hex54B00340641F5b6423
Octal12426006401443713314443
Binary1010100101100000110100011001001111110110111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54b000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,176,0); }

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

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

 a { background-color: rgb(84,176,0); }

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

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

 span { border-color: rgb(84,176,0); }

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