Html Css Color HEX #53BC52 Fruit Salad

📋 copy color: '#53BC52'

red 83 ◦ green 188 ◦ blue 82

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

Shades of Fruit Salad #53BC52

Tints of Fruit Salad #53BC52

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.26%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 23.51%
G = 53.26%
B = 23.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#53BC52 (or 0x53BC52) is known color: Fruit Salad. HEX triplet: 53, BC and 52. RGB value is (83,188,82). Sum of RGB (Red+Green+Blue) = 83+188+82=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 188 (73.83% from 255 or 53.26% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 188 - color contains mainly: green. Hex color #53BC52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53BC52 is #AC43AD. Grayscale: #909090. Windows color (decimal): -11289518 or 5422163. OLE color: 5422163.

HSL color Cylindrical-coordinate representation of color #53BC52: hue angle of 119.43º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BC52 is Cyan = 0.56, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 83 188 82 -
CMYK 0.56 0 0.56 0.26
HSL 119.43º 0.44% 0.53% -
HSV(B) 119.43º 0.56% 0.74% -
XYZ 23.07 38.41 14.18 -
YUV 144.52 92.71 84.12 -
System Red Green Blue C M Y K H S L
Decimal 83 188 82 0.56 0 0.56 0.26 119.43 0.44 0.53
Hex 53 BC 52 38 0 38 1A 77 2C 35
Octal 123 274 122 70 0 70 32 167 54 65
Binary 1010011 10111100 1010010 111000 0 111000 11010 1110111 101100 110101

Color Harmonies of #53BC52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BC52

Black with #53BC52

Text Example


Text Example

White with #53BC52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,188,82); }

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

background-color css

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

 a { background-color: rgb(83,188,82); }

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

border-color css

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

 span { border-color: rgb(83,188,82); }

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