Html Css Color HEX #52984D Fruit Salad

📋 copy color: '#52984D'

red 82 ◦ green 152 ◦ blue 77

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

Shades of Fruit Salad #52984D

Tints of Fruit Salad #52984D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 24.76%

R = 26.37%
G = 48.87%
B = 24.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#52984D (or 0x52984D) is known color: Fruit Salad. HEX triplet: 52, 98 and 4D. RGB value is (82,152,77). Sum of RGB (Red+Green+Blue) = 82+152+77=311 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.37% from 311); Green value is 152 (59.77% from 255 or 48.87% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 152 - color contains mainly: green. Hex color #52984D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #52984D is #AD67B2. Grayscale: #7A7A7A. Windows color (decimal): -11364275 or 5085266. OLE color: 5085266.

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

Color convert

RGB 82 152 77 -
CMYK 0.46 0 0.49 0.40
HSL 116º 0.33% 0.45% -
HSV(B) 116º 0.49% 0.6% -
XYZ 16.05 24.79 10.96 -
YUV 122.52 102.31 99.1 -
System Red Green Blue C M Y K H S L
Decimal 82 152 77 0.46 0 0.49 0.40 116 0.33 0.45
Hex 52 98 4D 2E 0 31 28 74 21 2D
Octal 122 230 115 56 0 61 50 164 41 55
Binary 1010010 10011000 1001101 101110 0 110001 101000 1110100 100001 101101

Color Harmonies of #52984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52984D

Black with #52984D

Text Example


Text Example

White with #52984D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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