Html Css Color HEX #52985B Fruit Salad

📋 copy color: '#52985B'

red 82 ◦ green 152 ◦ blue 91

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

Shades of Fruit Salad #52985B

Tints of Fruit Salad #52985B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 46.77%

 BLUE value IS 91 (35.94% from 255) = 28%

R = 25.23%
G = 46.77%
B = 28%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.40

 K value IS 0.40

RGB Variations

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

Color information

#52985B (or 0x52985B) is known color: Fruit Salad. HEX triplet: 52, 98 and 5B. RGB value is (82,152,91). Sum of RGB (Red+Green+Blue) = 82+152+91=325 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.23% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 91 (35.94% from 255 or 28% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #52985B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52985B is #AD67A4. Grayscale: #7C7C7C. Windows color (decimal): -11364261 or 6002770. OLE color: 6002770.

HSL color Cylindrical-coordinate representation of color #52985B: hue angle of 127.71º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52985B is Cyan = 0.46, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 91 -
CMYK 0.46 0 0.40 0.40
HSL 127.71º 0.3% 0.46% -
HSV(B) 127.71º 0.46% 0.6% -
XYZ 16.6 25.01 13.85 -
YUV 124.12 109.31 97.96 -
System Red Green Blue C M Y K H S L
Decimal 82 152 91 0.46 0 0.40 0.40 127.71 0.3 0.46
Hex 52 98 5B 2E 0 28 28 80 1E 2E
Octal 122 230 133 56 0 50 50 200 36 56
Binary 1010010 10011000 1011011 101110 0 101000 101000 10000000 11110 101110

Color Harmonies of #52985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52985B

Black with #52985B

Text Example


Text Example

White with #52985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52985B; }

 p { color: rgb(82,152,91); }

 H1.HeaderClassName
 {
   color: #52985B;
 }
 .AnyTagClassName
 {
   color: #52985B;
 }
</style>

background-color css

<style>
 a { background-color: #52985B; }

 a { background-color: rgb(82,152,91); }

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

border-color css

<style>
 span { border-color: #52985B; }

 span { border-color: rgb(82,152,91); }

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