Html Css Color HEX #53C052 Fruit Salad

📋 copy color: '#53C052'

red 83 ◦ green 192 ◦ blue 82

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

Shades of Fruit Salad #53C052

Tints of Fruit Salad #53C052

RGB

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

 GREEN value IS 192 (75.39% from 255) = 53.78%

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

R = 23.25%
G = 53.78%
B = 22.97%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#53C052 (or 0x53C052) is known color: Fruit Salad. HEX triplet: 53, C0 and 52. RGB value is (83,192,82). Sum of RGB (Red+Green+Blue) = 83+192+82=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 192 (75.39% from 255 or 53.78% from 357); Blue value is 82 (32.42% from 255 or 22.97% from 357); Max value from RGB is 192 - color contains mainly: green. Hex color #53C052 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C052 is #AC3FAD. Grayscale: #939393. Windows color (decimal): -11288494 or 5423187. OLE color: 5423187.

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

Color convert

RGB 83 192 82 -
CMYK 0.57 0 0.57 0.25
HSL 119.45º 0.47% 0.54% -
HSV(B) 119.45º 0.57% 0.75% -
XYZ 23.94 40.15 14.47 -
YUV 146.87 91.39 82.44 -
System Red Green Blue C M Y K H S L
Decimal 83 192 82 0.57 0 0.57 0.25 119.45 0.47 0.54
Hex 53 C0 52 39 0 39 19 77 2F 36
Octal 123 300 122 71 0 71 31 167 57 66
Binary 1010011 11000000 1010010 111001 0 111001 11001 1110111 101111 110110

Color Harmonies of #53C052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53C052

Black with #53C052

Text Example


Text Example

White with #53C052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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