Html Css Color HEX #53C154 Fruit Salad

📋 copy color: '#53C154'

red 83 ◦ green 193 ◦ blue 84

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

Shades of Fruit Salad #53C154

Tints of Fruit Salad #53C154

RGB

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

 GREEN value IS 193 (75.78% from 255) = 53.61%

 BLUE value IS 84 (33.2% from 255) = 23.33%

R = 23.06%
G = 53.61%
B = 23.33%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#53C154 (or 0x53C154) is known color: Fruit Salad. HEX triplet: 53, C1 and 54. RGB value is (83,193,84). Sum of RGB (Red+Green+Blue) = 83+193+84=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 193 (75.78% from 255 or 53.61% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 193 - color contains mainly: green. Hex color #53C154 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C154 is #AC3EAB. Grayscale: #949494. Windows color (decimal): -11288236 or 5554515. OLE color: 5554515.

HSL color Cylindrical-coordinate representation of color #53C154: hue angle of 120.55º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53C154 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 83 193 84 -
CMYK 0.57 0 0.56 0.24
HSL 120.55º 0.47% 0.54% -
HSV(B) 120.55º 0.57% 0.76% -
XYZ 24.24 40.62 14.95 -
YUV 147.68 92.06 81.86 -
System Red Green Blue C M Y K H S L
Decimal 83 193 84 0.57 0 0.56 0.24 120.55 0.47 0.54
Hex 53 C1 54 39 0 38 18 79 2F 36
Octal 123 301 124 71 0 70 30 171 57 66
Binary 1010011 11000001 1010100 111001 0 111000 11000 1111001 101111 110110

Color Harmonies of #53C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C154

Black with #53C154

Text Example


Text Example

White with #53C154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,193,84); }

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

background-color css

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

 a { background-color: rgb(83,193,84); }

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

border-color css

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

 span { border-color: rgb(83,193,84); }

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