#54BE52

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

Shades of Fruit Salad #54BE52

Tints of Fruit Salad #54BE52

Color information

#54BE52 (or 0x54BE52) is unknown color: approx Fruit Salad. HEX triplet: 54, BE and 52. RGB value is (84,190,82). Sum of RGB (Red+Green+Blue) = 84+190+82=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #54BE52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BE52 is #AB41AD. Grayscale: #929292. Windows color (decimal): -11223470 or 5422676. OLE color: 5422676.

HSL color Cylindrical-coordinate representation of color #54BE52: hue angle of 118.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54BE52 is Cyan = 0.56, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB8419082-
CMYK0.5600.570.25
HSL118.89º45.38%53.33%-
HSV(B)118.89º56.84%74.51%-
XYZ23.5939.3214.33-
YUV145.9991.8883.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 190 (74.61% from 255) = 53.37%
BLUE value IS 82 (32.42% from 255) = 23.03%
R=23.60%
G=53.37%
B=23.03%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal84190820.5600.570.25118.8945.3853.33
Hex54BE523803919772d35
Octal12427612270071311675565
Binary10101001011111010100101110000111001110011110111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54BE52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,190,82); }

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

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

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

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

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

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

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