#52C253

Color #52C253 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #52C253

Tints of Fruit Salad #52C253

Color information

#52C253 (or 0x52C253) is unknown color: approx Fruit Salad. HEX triplet: 52, C2 and 53. RGB value is (82,194,83). Sum of RGB (Red+Green+Blue) = 82+194+83=359 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.84% from 359); Green value is 194 (76.17% from 255 or 54.04% from 359); Blue value is 83 (32.81% from 255 or 23.12% from 359); Max value from RGB is 194 - color contains mainly: green. Hex color #52C253 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52C253 is #AD3DAC. Grayscale: #949494. Windows color (decimal): -11353517 or 5489234. OLE color: 5489234.

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

Color convert

RGB8219483-
CMYK0.5800.570.24
HSL120.54º47.86%54.12%-
HSV(B)120.54º57.73%76.08%-
XYZ24.334114.82-
YUV147.8691.3981.03-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 22.84%
GREEN value IS 194 (76.17% from 255) = 54.04%
BLUE value IS 83 (32.81% from 255) = 23.12%
R=22.84%
G=54.04%
B=23.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal82194830.5800.570.24120.5447.8654.12
Hex52C2533A03918793036
Octal12230212372071301716066
Binary10100101100001010100111110100111001110001111001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52C253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52C253; }

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

 H1.HeaderClassName
 {
   color: #52C253;
 }
 .AnyTagClassName
 {
   color: #52C253;
 }
</style>
background-color css

<style>
 a { background-color: #52C253; }

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

 div.DivClassName
 {
   background-color: #52C253;
 }
 .BgClassName
 {
   background-color: #52C253;
 }
</style>
border-color css

<style>
 span { border-color: #52C253; }

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

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