Html Css Color HEX #509853 Fruit Salad

📋 copy color: '#509853'

red 80 ◦ green 152 ◦ blue 83

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

Shades of Fruit Salad #509853

Tints of Fruit Salad #509853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 26.35%

R = 25.4%
G = 48.25%
B = 26.35%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.40

RGB Variations

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

Color information

#509853 (or 0x509853) is known color: Fruit Salad. HEX triplet: 50, 98 and 53. RGB value is (80,152,83). Sum of RGB (Red+Green+Blue) = 80+152+83=315 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.40% from 315); Green value is 152 (59.77% from 255 or 48.25% from 315); Blue value is 83 (32.81% from 255 or 26.35% from 315); Max value from RGB is 152 - color contains mainly: green. Hex color #509853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #509853 is #AF67AC. Grayscale: #7A7A7A. Windows color (decimal): -11495341 or 5478480. OLE color: 5478480.

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

Color convert

RGB 80 152 83 -
CMYK 0.47 0 0.45 0.40
HSL 122.5º 0.31% 0.45% -
HSV(B) 122.5º 0.47% 0.6% -
XYZ 16.1 24.79 12.12 -
YUV 122.61 105.65 97.61 -
System Red Green Blue C M Y K H S L
Decimal 80 152 83 0.47 0 0.45 0.40 122.5 0.31 0.45
Hex 50 98 53 2F 0 2D 28 7B 1F 2D
Octal 120 230 123 57 0 55 50 173 37 55
Binary 1010000 10011000 1010011 101111 0 101101 101000 1111011 11111 101101

Color Harmonies of #509853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509853

Black with #509853

Text Example


Text Example

White with #509853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509853; }

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

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

background-color css

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

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

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

border-color css

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

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

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