Html Css Color HEX #53B756 Fruit Salad

📋 copy color: '#53B756'

red 83 ◦ green 183 ◦ blue 86

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

Shades of Fruit Salad #53B756

Tints of Fruit Salad #53B756

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.99%

 BLUE value IS 86 (33.98% from 255) = 24.43%

R = 23.58%
G = 51.99%
B = 24.43%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#53B756 (or 0x53B756) is known color: Fruit Salad. HEX triplet: 53, B7 and 56. RGB value is (83,183,86). Sum of RGB (Red+Green+Blue) = 83+183+86=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 183 (71.88% from 255 or 51.99% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 183 - color contains mainly: green. Hex color #53B756 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B756 is #AC48A9. Grayscale: #8E8E8E. Windows color (decimal): -11290794 or 5683027. OLE color: 5683027.

HSL color Cylindrical-coordinate representation of color #53B756: hue angle of 121.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B756 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.28.

Color convert

RGB 83 183 86 -
CMYK 0.55 0 0.53 0.28
HSL 121.8º 0.41% 0.52% -
HSV(B) 121.8º 0.55% 0.72% -
XYZ 22.18 36.38 14.66 -
YUV 142.04 96.37 85.89 -
System Red Green Blue C M Y K H S L
Decimal 83 183 86 0.55 0 0.53 0.28 121.8 0.41 0.52
Hex 53 B7 56 37 0 35 1C 7A 29 34
Octal 123 267 126 67 0 65 34 172 51 64
Binary 1010011 10110111 1010110 110111 0 110101 11100 1111010 101001 110100

Color Harmonies of #53B756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B756

Black with #53B756

Text Example


Text Example

White with #53B756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,183,86); }

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

background-color css

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

 a { background-color: rgb(83,183,86); }

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

border-color css

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

 span { border-color: rgb(83,183,86); }

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