#54BD54

Color #54BD54 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #54BD54

Tints of Fruit Salad #54BD54

Color information

#54BD54 (or 0x54BD54) is unknown color: approx Fruit Salad. HEX triplet: 54, BD and 54. RGB value is (84,189,84). Sum of RGB (Red+Green+Blue) = 84+189+84=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 189 (74.22% from 255 or 52.94% from 357); Blue value is 84 (33.20% from 255 or 23.53% from 357); Max value from RGB is 189 - color contains mainly: green. Hex color #54BD54 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BD54 is #AB42AB. Grayscale: #919191. Windows color (decimal): -11223724 or 5553492. OLE color: 5553492.

HSL color Cylindrical-coordinate representation of color #54BD54: hue angle of 120º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BD54 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB8418984-
CMYK0.5600.560.26
HSL120º44.3%53.53%-
HSV(B)120º55.56%74.12%-
XYZ23.4538.9214.66-
YUV145.6493.2184.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 189 (74.22% from 255) = 52.94%
BLUE value IS 84 (33.20% from 255) = 23.53%
R=23.53%
G=52.94%
B=23.53%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal84189840.5600.560.2612044.353.53
Hex54BD54380381A782c36
Octal12427512470070321705466
Binary10101001011110110101001110000111000110101111000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,189,84); }

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

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

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

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

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

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

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