Html Css Color HEX #53BA51 Fruit Salad

📋 copy color: '#53BA51'

red 83 ◦ green 186 ◦ blue 81

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

Shades of Fruit Salad #53BA51

Tints of Fruit Salad #53BA51

RGB

 RED value IS 83 (32.81% from 255) = 23.71%

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

 BLUE value IS 81 (32.03% from 255) = 23.14%

R = 23.71%
G = 53.14%
B = 23.14%

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

#53BA51 (or 0x53BA51) is known color: Fruit Salad. HEX triplet: 53, BA and 51. RGB value is (83,186,81). Sum of RGB (Red+Green+Blue) = 83+186+81=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 186 (73.05% from 255 or 53.14% from 350); Blue value is 81 (32.03% from 255 or 23.14% from 350); Max value from RGB is 186 - color contains mainly: green. Hex color #53BA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BA51 is #AC45AE. Grayscale: #8F8F8F. Windows color (decimal): -11290031 or 5356115. OLE color: 5356115.

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

Color convert

RGB 83 186 81 -
CMYK 0.55 0 0.56 0.27
HSL 118.86º 0.43% 0.52% -
HSV(B) 118.86º 0.56% 0.73% -
XYZ 22.61 37.55 13.84 -
YUV 143.23 92.88 85.04 -
System Red Green Blue C M Y K H S L
Decimal 83 186 81 0.55 0 0.56 0.27 118.86 0.43 0.52
Hex 53 BA 51 37 0 38 1B 77 2B 34
Octal 123 272 121 67 0 70 33 167 53 64
Binary 1010011 10111010 1010001 110111 0 111000 11011 1110111 101011 110100

Color Harmonies of #53BA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BA51

Black with #53BA51

Text Example


Text Example

White with #53BA51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BA51; }

 p { color: rgb(83,186,81); }

 H1.HeaderClassName
 {
   color: #53BA51;
 }
 .AnyTagClassName
 {
   color: #53BA51;
 }
</style>

background-color css

<style>
 a { background-color: #53BA51; }

 a { background-color: rgb(83,186,81); }

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

border-color css

<style>
 span { border-color: #53BA51; }

 span { border-color: rgb(83,186,81); }

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