Html Css Color HEX #509955 Fruit Salad

📋 copy color: '#509955'

red 80 ◦ green 153 ◦ blue 85

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

Shades of Fruit Salad #509955

Tints of Fruit Salad #509955

RGB

 RED value IS 80 (31.64% from 255) = 25.16%

 GREEN value IS 153 (60.16% from 255) = 48.11%

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 25.16%
G = 48.11%
B = 26.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.44

 K value IS 0.4

RGB Variations

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

Color information

#509955 (or 0x509955) is known color: Fruit Salad. HEX triplet: 50, 99 and 55. RGB value is (80,153,85). Sum of RGB (Red+Green+Blue) = 80+153+85=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 153 (60.16% from 255 or 48.11% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 153 - color contains mainly: green. Hex color #509955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509955 is #AF66AA. Grayscale: #7B7B7B. Windows color (decimal): -11495083 or 5609808. OLE color: 5609808.

HSL color Cylindrical-coordinate representation of color #509955: hue angle of 124.11º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #509955 is Cyan = 0.48, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 85 -
CMYK 0.48 0 0.44 0.4
HSL 124.11º 0.31% 0.46% -
HSV(B) 124.11º 0.48% 0.6% -
XYZ 16.34 25.14 12.59 -
YUV 123.42 106.32 97.03 -
System Red Green Blue C M Y K H S L
Decimal 80 153 85 0.48 0 0.44 0.4 124.11 0.31 0.46
Hex 50 99 55 30 0 2C 28 7C 1F 2E
Octal 120 231 125 60 0 54 50 174 37 56
Binary 1010000 10011001 1010101 110000 0 101100 101000 1111100 11111 101110

Color Harmonies of #509955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509955

Black with #509955

Text Example


Text Example

White with #509955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509955; }

 p { color: rgb(80,153,85); }

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

background-color css

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

 a { background-color: rgb(80,153,85); }

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

border-color css

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

 span { border-color: rgb(80,153,85); }

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