Html Css Color HEX #53C050 Fruit Salad

📋 copy color: '#53C050'

red 83 ◦ green 192 ◦ blue 80

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

Shades of Fruit Salad #53C050

Tints of Fruit Salad #53C050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 54.08%

 BLUE value IS 80 (31.64% from 255) = 22.54%

R = 23.38%
G = 54.08%
B = 22.54%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#53C050 (or 0x53C050) is known color: Fruit Salad. HEX triplet: 53, C0 and 50. RGB value is (83,192,80). Sum of RGB (Red+Green+Blue) = 83+192+80=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 192 (75.39% from 255 or 54.08% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 192 - color contains mainly: green. Hex color #53C050 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C050 is #AC3FAF. Grayscale: #929292. Windows color (decimal): -11288496 or 5292115. OLE color: 5292115.

HSL color Cylindrical-coordinate representation of color #53C050: hue angle of 118.39º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C050 is Cyan = 0.57, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 192 80 -
CMYK 0.57 0 0.58 0.25
HSL 118.39º 0.47% 0.53% -
HSV(B) 118.39º 0.58% 0.75% -
XYZ 23.86 40.12 14.08 -
YUV 146.64 90.39 82.61 -
System Red Green Blue C M Y K H S L
Decimal 83 192 80 0.57 0 0.58 0.25 118.39 0.47 0.53
Hex 53 C0 50 39 0 3A 19 76 2F 35
Octal 123 300 120 71 0 72 31 166 57 65
Binary 1010011 11000000 1010000 111001 0 111010 11001 1110110 101111 110101

Color Harmonies of #53C050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C050

Black with #53C050

Text Example


Text Example

White with #53C050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53C050; }

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

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

background-color css

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

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

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

border-color css

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

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

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