Html Css Color HEX #519953 Fruit Salad

📋 copy color: '#519953'

red 81 ◦ green 153 ◦ blue 83

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

Shades of Fruit Salad #519953

Tints of Fruit Salad #519953

RGB

 RED value IS 81 (32.03% from 255) = 25.55%

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

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

R = 25.55%
G = 48.26%
B = 26.18%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#519953 (or 0x519953) is known color: Fruit Salad. HEX triplet: 51, 99 and 53. RGB value is (81,153,83). Sum of RGB (Red+Green+Blue) = 81+153+83=317 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.55% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #519953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #519953 is #AE66AC. Grayscale: #7B7B7B. Windows color (decimal): -11429549 or 5478737. OLE color: 5478737.

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

Color convert

RGB 81 153 83 -
CMYK 0.47 0 0.46 0.4
HSL 121.67º 0.31% 0.46% -
HSV(B) 121.67º 0.47% 0.6% -
XYZ 16.35 25.16 12.18 -
YUV 123.49 105.15 97.69 -
System Red Green Blue C M Y K H S L
Decimal 81 153 83 0.47 0 0.46 0.4 121.67 0.31 0.46
Hex 51 99 53 2F 0 2E 28 7A 1F 2E
Octal 121 231 123 57 0 56 50 172 37 56
Binary 1010001 10011001 1010011 101111 0 101110 101000 1111010 11111 101110

Color Harmonies of #519953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #519953

Black with #519953

Text Example


Text Example

White with #519953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #519953; }

 p { color: rgb(81,153,83); }

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

background-color css

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

 a { background-color: rgb(81,153,83); }

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

border-color css

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

 span { border-color: rgb(81,153,83); }

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