#3CC555

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

Shades of Fruit Salad #3CC555

Tints of Fruit Salad #3CC555

Color information

#3CC555 (or 0x3CC555) is unknown color: approx Fruit Salad. HEX triplet: 3C, C5 and 55. RGB value is (60,197,85). Sum of RGB (Red+Green+Blue) = 60+197+85=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 197 (77.34% from 255 or 57.60% from 342); Blue value is 85 (33.59% from 255 or 24.85% from 342); Max value from RGB is 197 - color contains mainly: green. Hex color #3CC555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC555 is #C33AAA. Grayscale: #8F8F8F. Windows color (decimal): -12794539 or 5621052. OLE color: 5621052.

HSL color Cylindrical-coordinate representation of color #3CC555: hue angle of 130.95º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3CC555 is Cyan = 0.70, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB6019785-
CMYK0.7000.570.23
HSL130.95º54.15%50.39%-
HSV(B)130.95º69.54%77.25%-
XYZ23.4741.5515.38-
YUV143.2795.1168.61-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.54%
GREEN value IS 197 (77.34% from 255) = 57.60%
BLUE value IS 85 (33.59% from 255) = 24.85%
R=17.54%
G=57.60%
B=24.85%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal60197850.7000.570.23130.9554.1550.39
Hex3CC5554603917833632
Octal74305125106071272036662
Binary111100110001011010101100011001110011011110000011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3CC555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,197,85); }

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

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

 a { background-color: rgb(60,197,85); }

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

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

 span { border-color: rgb(60,197,85); }

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