Html Css Color HEX #509954 Fruit Salad

📋 copy color: '#509954'

red 80 ◦ green 153 ◦ blue 84

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

Shades of Fruit Salad #509954

Tints of Fruit Salad #509954

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 26.5%

R = 25.24%
G = 48.26%
B = 26.5%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.45

 K value IS 0.4

RGB Variations

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

Color information

#509954 (or 0x509954) is known color: Fruit Salad. HEX triplet: 50, 99 and 54. RGB value is (80,153,84). Sum of RGB (Red+Green+Blue) = 80+153+84=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 84 (33.20% from 255 or 26.50% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #509954 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509954 is #AF66AB. Grayscale: #7B7B7B. Windows color (decimal): -11495084 or 5544272. OLE color: 5544272.

HSL color Cylindrical-coordinate representation of color #509954: hue angle of 123.29º 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 #509954 is Cyan = 0.48, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.4.

Color convert

RGB 80 153 84 -
CMYK 0.48 0 0.45 0.4
HSL 123.29º 0.31% 0.46% -
HSV(B) 123.29º 0.48% 0.6% -
XYZ 16.3 25.13 12.38 -
YUV 123.31 105.82 97.11 -
System Red Green Blue C M Y K H S L
Decimal 80 153 84 0.48 0 0.45 0.4 123.29 0.31 0.46
Hex 50 99 54 30 0 2D 28 7B 1F 2E
Octal 120 231 124 60 0 55 50 173 37 56
Binary 1010000 10011001 1010100 110000 0 101101 101000 1111011 11111 101110

Color Harmonies of #509954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509954

Black with #509954

Text Example


Text Example

White with #509954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509954; }

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

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

background-color css

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

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

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

border-color css

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

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

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