Html Css Color HEX #52B659 Fruit Salad

📋 copy color: '#52B659'

red 82 ◦ green 182 ◦ blue 89

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

Shades of Fruit Salad #52B659

Tints of Fruit Salad #52B659

RGB

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

 GREEN value IS 182 (71.48% from 255) = 51.56%

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

R = 23.23%
G = 51.56%
B = 25.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#52B659 (or 0x52B659) is known color: Fruit Salad. HEX triplet: 52, B6 and 59. RGB value is (82,182,89). Sum of RGB (Red+Green+Blue) = 82+182+89=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 182 (71.48% from 255 or 51.56% from 353); Blue value is 89 (35.16% from 255 or 25.21% from 353); Max value from RGB is 182 - color contains mainly: green. Hex color #52B659 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B659 is #AD49A6. Grayscale: #8D8D8D. Windows color (decimal): -11356583 or 5879378. OLE color: 5879378.

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

Color convert

RGB 82 182 89 -
CMYK 0.55 0 0.51 0.29
HSL 124.2º 0.41% 0.52% -
HSV(B) 124.2º 0.55% 0.71% -
XYZ 22.01 35.97 15.23 -
YUV 141.5 98.37 85.56 -
System Red Green Blue C M Y K H S L
Decimal 82 182 89 0.55 0 0.51 0.29 124.2 0.41 0.52
Hex 52 B6 59 37 0 33 1D 7C 29 34
Octal 122 266 131 67 0 63 35 174 51 64
Binary 1010010 10110110 1011001 110111 0 110011 11101 1111100 101001 110100

Color Harmonies of #52B659

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B659

Black with #52B659

Text Example


Text Example

White with #52B659

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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