#53C452

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

Shades of Fruit Salad #53C452

Tints of Fruit Salad #53C452

Color information

#53C452 (or 0x53C452) is unknown color: approx Fruit Salad. HEX triplet: 53, C4 and 52. RGB value is (83,196,82). Sum of RGB (Red+Green+Blue) = 83+196+82=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 196 (76.95% from 255 or 54.29% from 361); Blue value is 82 (32.42% from 255 or 22.71% from 361); Max value from RGB is 196 - color contains mainly: green. Hex color #53C452 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53C452 is #AC3BAD. Grayscale: #959595. Windows color (decimal): -11287470 or 5424211. OLE color: 5424211.

HSL color Cylindrical-coordinate representation of color #53C452: hue angle of 119.47º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #53C452 is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB8319682-
CMYK0.5800.580.23
HSL119.47º49.14%54.51%-
HSV(B)119.47º58.16%76.86%-
XYZ24.8341.9314.77-
YUV149.2290.0680.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 22.99%
GREEN value IS 196 (76.95% from 255) = 54.29%
BLUE value IS 82 (32.42% from 255) = 22.71%
R=22.99%
G=54.29%
B=22.71%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal83196820.5800.580.23119.4749.1454.51
Hex53C4523A03A17773137
Octal12330412272072271676167
Binary10100111100010010100101110100111010101111110111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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