Html Css Color HEX #52B458 Fruit Salad

📋 copy color: '#52B458'

red 82 ◦ green 180 ◦ blue 88

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

Shades of Fruit Salad #52B458

Tints of Fruit Salad #52B458

RGB

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

 GREEN value IS 180 (70.7% from 255) = 51.43%

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 23.43%
G = 51.43%
B = 25.14%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#52B458 (or 0x52B458) is known color: Fruit Salad. HEX triplet: 52, B4 and 58. RGB value is (82,180,88). Sum of RGB (Red+Green+Blue) = 82+180+88=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 180 (70.70% from 255 or 51.43% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 180 - color contains mainly: green. Hex color #52B458 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52B458 is #AD4BA7. Grayscale: #8C8C8C. Windows color (decimal): -11357096 or 5813330. OLE color: 5813330.

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

Color convert

RGB 82 180 88 -
CMYK 0.54 0 0.51 0.29
HSL 123.67º 0.4% 0.51% -
HSV(B) 123.67º 0.54% 0.71% -
XYZ 21.56 35.14 14.88 -
YUV 140.21 98.53 86.48 -
System Red Green Blue C M Y K H S L
Decimal 82 180 88 0.54 0 0.51 0.29 123.67 0.4 0.51
Hex 52 B4 58 36 0 33 1D 7C 28 33
Octal 122 264 130 66 0 63 35 174 50 63
Binary 1010010 10110100 1011000 110110 0 110011 11101 1111100 101000 110011

Color Harmonies of #52B458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B458

Black with #52B458

Text Example


Text Example

White with #52B458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,180,88); }

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

background-color css

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

 a { background-color: rgb(82,180,88); }

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

border-color css

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

 span { border-color: rgb(82,180,88); }

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