Html Css Color HEX #52BA51 Fruit Salad

📋 copy color: '#52BA51'

red 82 ◦ green 186 ◦ blue 81

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

Shades of Fruit Salad #52BA51

Tints of Fruit Salad #52BA51

RGB

 RED value IS 82 (32.42% from 255) = 23.5%

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

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

R = 23.5%
G = 53.3%
B = 23.21%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#52BA51 (or 0x52BA51) is known color: Fruit Salad. HEX triplet: 52, BA and 51. RGB value is (82,186,81). Sum of RGB (Red+Green+Blue) = 82+186+81=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 186 (73.05% from 255 or 53.30% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA51 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA51 is #AD45AE. Grayscale: #8F8F8F. Windows color (decimal): -11355567 or 5356114. OLE color: 5356114.

HSL color Cylindrical-coordinate representation of color #52BA51: hue angle of 119.43º 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 #52BA51 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 81 -
CMYK 0.56 0 0.56 0.27
HSL 119.43º 0.43% 0.52% -
HSV(B) 119.43º 0.56% 0.73% -
XYZ 22.52 37.51 13.84 -
YUV 142.93 93.04 84.54 -
System Red Green Blue C M Y K H S L
Decimal 82 186 81 0.56 0 0.56 0.27 119.43 0.43 0.52
Hex 52 BA 51 38 0 38 1B 77 2B 34
Octal 122 272 121 70 0 70 33 167 53 64
Binary 1010010 10111010 1010001 111000 0 111000 11011 1110111 101011 110100

Color Harmonies of #52BA51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA51

Black with #52BA51

Text Example


Text Example

White with #52BA51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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