Html Css Color HEX #54BA52 Fruit Salad

📋 copy color: '#54BA52'

red 84 ◦ green 186 ◦ blue 82

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

Shades of Fruit Salad #54BA52

Tints of Fruit Salad #54BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 52.84%

 BLUE value IS 82 (32.42% from 255) = 23.3%

R = 23.86%
G = 52.84%
B = 23.3%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#54BA52 (or 0x54BA52) is known color: Fruit Salad. HEX triplet: 54, BA and 52. RGB value is (84,186,82). Sum of RGB (Red+Green+Blue) = 84+186+82=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 186 (73.05% from 255 or 52.84% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 186 - color contains mainly: green. Hex color #54BA52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #54BA52 is #AB45AD. Grayscale: #8F8F8F. Windows color (decimal): -11224494 or 5421652. OLE color: 5421652.

HSL color Cylindrical-coordinate representation of color #54BA52: hue angle of 118.85º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54BA52 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 84 186 82 -
CMYK 0.55 0 0.56 0.27
HSL 118.85º 0.43% 0.53% -
HSV(B) 118.85º 0.56% 0.73% -
XYZ 22.74 37.61 14.04 -
YUV 143.65 93.21 85.46 -
System Red Green Blue C M Y K H S L
Decimal 84 186 82 0.55 0 0.56 0.27 118.85 0.43 0.53
Hex 54 BA 52 37 0 38 1B 77 2B 35
Octal 124 272 122 67 0 70 33 167 53 65
Binary 1010100 10111010 1010010 110111 0 111000 11011 1110111 101011 110101

Color Harmonies of #54BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54BA52

Black with #54BA52

Text Example


Text Example

White with #54BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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