Html Css Color HEX #52BA58 Fruit Salad

📋 copy color: '#52BA58'

red 82 ◦ green 186 ◦ blue 88

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

Shades of Fruit Salad #52BA58

Tints of Fruit Salad #52BA58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 24.72%

R = 23.03%
G = 52.25%
B = 24.72%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#52BA58 (or 0x52BA58) is known color: Fruit Salad. HEX triplet: 52, BA and 58. RGB value is (82,186,88). Sum of RGB (Red+Green+Blue) = 82+186+88=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 186 (73.05% from 255 or 52.25% from 356); Blue value is 88 (34.77% from 255 or 24.72% from 356); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BA58 is #AD45A7. Grayscale: #909090. Windows color (decimal): -11355560 or 5814866. OLE color: 5814866.

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

Color convert

RGB 82 186 88 -
CMYK 0.56 0 0.53 0.27
HSL 123.46º 0.43% 0.53% -
HSV(B) 123.46º 0.56% 0.73% -
XYZ 22.8 37.62 15.29 -
YUV 143.73 96.54 83.97 -
System Red Green Blue C M Y K H S L
Decimal 82 186 88 0.56 0 0.53 0.27 123.46 0.43 0.53
Hex 52 BA 58 38 0 35 1B 7B 2B 35
Octal 122 272 130 70 0 65 33 173 53 65
Binary 1010010 10111010 1011000 111000 0 110101 11011 1111011 101011 110101

Color Harmonies of #52BA58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA58

Black with #52BA58

Text Example


Text Example

White with #52BA58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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