#3CC253

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

Shades of Fruit Salad #3CC253

Tints of Fruit Salad #3CC253

Color information

#3CC253 (or 0x3CC253) is unknown color: approx Fruit Salad. HEX triplet: 3C, C2 and 53. RGB value is (60,194,83). Sum of RGB (Red+Green+Blue) = 60+194+83=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 194 (76.17% from 255 or 57.57% from 337); Blue value is 83 (32.81% from 255 or 24.63% from 337); Max value from RGB is 194 - color contains mainly: green. Hex color #3CC253 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC253 is #C33DAC. Grayscale: #8D8D8D. Windows color (decimal): -12795309 or 5489212. OLE color: 5489212.

HSL color Cylindrical-coordinate representation of color #3CC253: hue angle of 130.3º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC253 is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB6019483-
CMYK0.6900.570.24
HSL130.3º52.76%49.8%-
HSV(B)130.3º69.07%76.08%-
XYZ22.7240.1714.74-
YUV141.2895.1170.03-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.80%
GREEN value IS 194 (76.17% from 255) = 57.57%
BLUE value IS 83 (32.81% from 255) = 24.63%
R=17.80%
G=57.57%
B=24.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal60194830.6900.570.24130.352.7649.8
Hex3CC2534503918823532
Octal74302123105071302026562
Binary111100110000101010011100010101110011100010000010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3CC253; }

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

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

<style>
 a { background-color: #3CC253; }

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

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

<style>
 span { border-color: #3CC253; }

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

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