Html Css Color HEX #52BB50 Fruit Salad

📋 copy color: '#52BB50'

red 82 ◦ green 187 ◦ blue 80

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

Shades of Fruit Salad #52BB50

Tints of Fruit Salad #52BB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 53.58%

 BLUE value IS 80 (31.64% from 255) = 22.92%

R = 23.5%
G = 53.58%
B = 22.92%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#52BB50 (or 0x52BB50) is known color: Fruit Salad. HEX triplet: 52, BB and 50. RGB value is (82,187,80). Sum of RGB (Red+Green+Blue) = 82+187+80=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 187 (73.44% from 255 or 53.58% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BB50 is #AD44AF. Grayscale: #8F8F8F. Windows color (decimal): -11355312 or 5290834. OLE color: 5290834.

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

Color convert

RGB 82 187 80 -
CMYK 0.56 0 0.57 0.27
HSL 118.88º 0.44% 0.52% -
HSV(B) 118.88º 0.57% 0.73% -
XYZ 22.7 37.91 13.71 -
YUV 143.41 92.21 84.2 -
System Red Green Blue C M Y K H S L
Decimal 82 187 80 0.56 0 0.57 0.27 118.88 0.44 0.52
Hex 52 BB 50 38 0 39 1B 77 2C 34
Octal 122 273 120 70 0 71 33 167 54 64
Binary 1010010 10111011 1010000 111000 0 111001 11011 1110111 101100 110100

Color Harmonies of #52BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB50

Black with #52BB50

Text Example


Text Example

White with #52BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,80); }

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

background-color css

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

 a { background-color: rgb(82,187,80); }

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

border-color css

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

 span { border-color: rgb(82,187,80); }

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