Html Css Color HEX #52985D Fruit Salad

📋 copy color: '#52985D'

red 82 ◦ green 152 ◦ blue 93

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

Shades of Fruit Salad #52985D

Tints of Fruit Salad #52985D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 28.44%

R = 25.08%
G = 46.48%
B = 28.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.39

 K value IS 0.40

RGB Variations

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

Color information

#52985D (or 0x52985D) is known color: Fruit Salad. HEX triplet: 52, 98 and 5D. RGB value is (82,152,93). Sum of RGB (Red+Green+Blue) = 82+152+93=327 (43% of max value = 765). Red value is 82 (32.42% from 255 or 25.08% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 93 (36.72% from 255 or 28.44% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #52985D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52985D is #AD67A2. Grayscale: #7C7C7C. Windows color (decimal): -11364259 or 6133842. OLE color: 6133842.

HSL color Cylindrical-coordinate representation of color #52985D: hue angle of 129.43º 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 #52985D is Cyan = 0.46, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 93 -
CMYK 0.46 0 0.39 0.40
HSL 129.43º 0.3% 0.46% -
HSV(B) 129.43º 0.46% 0.6% -
XYZ 16.68 25.04 14.31 -
YUV 124.34 110.31 97.8 -
System Red Green Blue C M Y K H S L
Decimal 82 152 93 0.46 0 0.39 0.40 129.43 0.3 0.46
Hex 52 98 5D 2E 0 27 28 81 1E 2E
Octal 122 230 135 56 0 47 50 201 36 56
Binary 1010010 10011000 1011101 101110 0 100111 101000 10000001 11110 101110

Color Harmonies of #52985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52985D

Black with #52985D

Text Example


Text Example

White with #52985D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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