Html Css Color HEX #53BB55 Fruit Salad

📋 copy color: '#53BB55'

red 83 ◦ green 187 ◦ blue 85

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

Shades of Fruit Salad #53BB55

Tints of Fruit Salad #53BB55

RGB

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

 GREEN value IS 187 (73.44% from 255) = 52.68%

 BLUE value IS 85 (33.59% from 255) = 23.94%

R = 23.38%
G = 52.68%
B = 23.94%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#53BB55 (or 0x53BB55) is known color: Fruit Salad. HEX triplet: 53, BB and 55. RGB value is (83,187,85). Sum of RGB (Red+Green+Blue) = 83+187+85=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 187 (73.44% from 255 or 52.68% from 355); Blue value is 85 (33.59% from 255 or 23.94% from 355); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB55 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BB55 is #AC44AA. Grayscale: #909090. Windows color (decimal): -11289771 or 5618515. OLE color: 5618515.

HSL color Cylindrical-coordinate representation of color #53BB55: hue angle of 121.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BB55 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 187 85 -
CMYK 0.56 0 0.55 0.27
HSL 121.15º 0.43% 0.53% -
HSV(B) 121.15º 0.56% 0.73% -
XYZ 22.98 38.04 14.72 -
YUV 144.28 94.54 84.29 -
System Red Green Blue C M Y K H S L
Decimal 83 187 85 0.56 0 0.55 0.27 121.15 0.43 0.53
Hex 53 BB 55 38 0 37 1B 79 2B 35
Octal 123 273 125 70 0 67 33 171 53 65
Binary 1010011 10111011 1010101 111000 0 110111 11011 1111001 101011 110101

Color Harmonies of #53BB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB55

Black with #53BB55

Text Example


Text Example

White with #53BB55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,187,85); }

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

background-color css

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

 a { background-color: rgb(83,187,85); }

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

border-color css

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

 span { border-color: rgb(83,187,85); }

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