Html Css Color HEX #53984D Fruit Salad

📋 copy color: '#53984D'

red 83 ◦ green 152 ◦ blue 77

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

Shades of Fruit Salad #53984D

Tints of Fruit Salad #53984D

RGB

 RED value IS 83 (32.81% from 255) = 26.6%

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

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

R = 26.6%
G = 48.72%
B = 24.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.49

 K value IS 0.40

RGB Variations

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

Color information

#53984D (or 0x53984D) is known color: Fruit Salad. HEX triplet: 53, 98 and 4D. RGB value is (83,152,77). Sum of RGB (Red+Green+Blue) = 83+152+77=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 152 (59.77% from 255 or 48.72% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 152 - color contains mainly: green. Hex color #53984D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53984D is #AC67B2. Grayscale: #7B7B7B. Windows color (decimal): -11298739 or 5085267. OLE color: 5085267.

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

Color convert

RGB 83 152 77 -
CMYK 0.45 0 0.49 0.40
HSL 115.2º 0.33% 0.45% -
HSV(B) 115.2º 0.49% 0.6% -
XYZ 16.14 24.83 10.96 -
YUV 122.82 102.14 99.6 -
System Red Green Blue C M Y K H S L
Decimal 83 152 77 0.45 0 0.49 0.40 115.2 0.33 0.45
Hex 53 98 4D 2D 0 31 28 73 21 2D
Octal 123 230 115 55 0 61 50 163 41 55
Binary 1010011 10011000 1001101 101101 0 110001 101000 1110011 100001 101101

Color Harmonies of #53984D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53984D

Black with #53984D

Text Example


Text Example

White with #53984D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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