Html Css Color HEX #52B759 Fruit Salad

📋 copy color: '#52B759'

red 82 ◦ green 183 ◦ blue 89

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

Shades of Fruit Salad #52B759

Tints of Fruit Salad #52B759

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.69%

 BLUE value IS 89 (35.16% from 255) = 25.14%

R = 23.16%
G = 51.69%
B = 25.14%

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

#52B759 (or 0x52B759) is known color: Fruit Salad. HEX triplet: 52, B7 and 59. RGB value is (82,183,89). Sum of RGB (Red+Green+Blue) = 82+183+89=354 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.16% from 354); Green value is 183 (71.88% from 255 or 51.69% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 183 - color contains mainly: green. Hex color #52B759 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B759 is #AD48A6. Grayscale: #8E8E8E. Windows color (decimal): -11356327 or 5879634. OLE color: 5879634.

HSL color Cylindrical-coordinate representation of color #52B759: hue angle of 124.16º degrees, saturation: 0.41, 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 #52B759 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 89 -
CMYK 0.55 0 0.51 0.28
HSL 124.16º 0.41% 0.52% -
HSV(B) 124.16º 0.55% 0.72% -
XYZ 22.22 36.38 15.3 -
YUV 142.09 98.04 85.14 -
System Red Green Blue C M Y K H S L
Decimal 82 183 89 0.55 0 0.51 0.28 124.16 0.41 0.52
Hex 52 B7 59 37 0 33 1C 7C 29 34
Octal 122 267 131 67 0 63 34 174 51 64
Binary 1010010 10110111 1011001 110111 0 110011 11100 1111100 101001 110100

Color Harmonies of #52B759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B759

Black with #52B759

Text Example


Text Example

White with #52B759

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,183,89); }

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

background-color css

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

 a { background-color: rgb(82,183,89); }

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

border-color css

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

 span { border-color: rgb(82,183,89); }

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