Html Css Color HEX #53B551 Fruit Salad

📋 copy color: '#53B551'

red 83 ◦ green 181 ◦ blue 81

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

Shades of Fruit Salad #53B551

Tints of Fruit Salad #53B551

RGB

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

 GREEN value IS 181 (71.09% from 255) = 52.46%

 BLUE value IS 81 (32.03% from 255) = 23.48%

R = 24.06%
G = 52.46%
B = 23.48%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#53B551 (or 0x53B551) is known color: Fruit Salad. HEX triplet: 53, B5 and 51. RGB value is (83,181,81). Sum of RGB (Red+Green+Blue) = 83+181+81=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 181 (71.09% from 255 or 52.46% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 181 - color contains mainly: green. Hex color #53B551 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53B551 is #AC4AAE. Grayscale: #8C8C8C. Windows color (decimal): -11291311 or 5354835. OLE color: 5354835.

HSL color Cylindrical-coordinate representation of color #53B551: hue angle of 118.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53B551 is Cyan = 0.54, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 83 181 81 -
CMYK 0.54 0 0.55 0.29
HSL 118.8º 0.4% 0.51% -
HSV(B) 118.8º 0.55% 0.71% -
XYZ 21.58 35.48 13.5 -
YUV 140.3 94.53 87.13 -
System Red Green Blue C M Y K H S L
Decimal 83 181 81 0.54 0 0.55 0.29 118.8 0.4 0.51
Hex 53 B5 51 36 0 37 1D 77 28 33
Octal 123 265 121 66 0 67 35 167 50 63
Binary 1010011 10110101 1010001 110110 0 110111 11101 1110111 101000 110011

Color Harmonies of #53B551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53B551

Black with #53B551

Text Example


Text Example

White with #53B551

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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