Html Css Color HEX #52B85A Fruit Salad

📋 copy color: '#52B85A'

red 82 ◦ green 184 ◦ blue 90

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

Shades of Fruit Salad #52B85A

Tints of Fruit Salad #52B85A

RGB

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

 GREEN value IS 184 (72.27% from 255) = 51.69%

 BLUE value IS 90 (35.55% from 255) = 25.28%

R = 23.03%
G = 51.69%
B = 25.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#52B85A (or 0x52B85A) is known color: Fruit Salad. HEX triplet: 52, B8 and 5A. RGB value is (82,184,90). Sum of RGB (Red+Green+Blue) = 82+184+90=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 184 (72.27% from 255 or 51.69% from 356); Blue value is 90 (35.55% from 255 or 25.28% from 356); Max value from RGB is 184 - color contains mainly: green. Hex color #52B85A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B85A is #AD47A5. Grayscale: #8F8F8F. Windows color (decimal): -11356070 or 5945426. OLE color: 5945426.

HSL color Cylindrical-coordinate representation of color #52B85A: hue angle of 124.71º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B85A is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 184 90 -
CMYK 0.55 0 0.51 0.28
HSL 124.71º 0.42% 0.52% -
HSV(B) 124.71º 0.55% 0.72% -
XYZ 22.47 36.81 15.59 -
YUV 142.79 98.21 84.64 -
System Red Green Blue C M Y K H S L
Decimal 82 184 90 0.55 0 0.51 0.28 124.71 0.42 0.52
Hex 52 B8 5A 37 0 33 1C 7D 2A 34
Octal 122 270 132 67 0 63 34 175 52 64
Binary 1010010 10111000 1011010 110111 0 110011 11100 1111101 101010 110100

Color Harmonies of #52B85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B85A

Black with #52B85A

Text Example


Text Example

White with #52B85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,184,90); }

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

background-color css

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

 a { background-color: rgb(82,184,90); }

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

border-color css

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

 span { border-color: rgb(82,184,90); }

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