Html Css Color HEX #52BD55 Fruit Salad

📋 copy color: '#52BD55'

red 82 ◦ green 189 ◦ blue 85

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

Shades of Fruit Salad #52BD55

Tints of Fruit Salad #52BD55

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.09%

 BLUE value IS 85 (33.59% from 255) = 23.88%

R = 23.03%
G = 53.09%
B = 23.88%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#52BD55 (or 0x52BD55) is known color: Fruit Salad. HEX triplet: 52, BD and 55. RGB value is (82,189,85). Sum of RGB (Red+Green+Blue) = 82+189+85=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 189 (74.22% from 255 or 53.09% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 189 - color contains mainly: green. Hex color #52BD55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52BD55 is #AD42AA. Grayscale: #919191. Windows color (decimal): -11354795 or 5619026. OLE color: 5619026.

HSL color Cylindrical-coordinate representation of color #52BD55: hue angle of 121.68º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BD55 is Cyan = 0.57, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 85 -
CMYK 0.57 0 0.55 0.26
HSL 121.68º 0.45% 0.53% -
HSV(B) 121.68º 0.57% 0.74% -
XYZ 23.32 38.84 14.86 -
YUV 145.15 94.05 82.96 -
System Red Green Blue C M Y K H S L
Decimal 82 189 85 0.57 0 0.55 0.26 121.68 0.45 0.53
Hex 52 BD 55 39 0 37 1A 7A 2D 35
Octal 122 275 125 71 0 67 32 172 55 65
Binary 1010010 10111101 1010101 111001 0 110111 11010 1111010 101101 110101

Color Harmonies of #52BD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BD55

Black with #52BD55

Text Example


Text Example

White with #52BD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,189,85); }

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

background-color css

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

 a { background-color: rgb(82,189,85); }

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

border-color css

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

 span { border-color: rgb(82,189,85); }

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