Html Css Color HEX #3CC352 Fruit Salad

📋 copy color: '#3CC352'

red 60 ◦ green 195 ◦ blue 82

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

Shades of Fruit Salad #3CC352

Tints of Fruit Salad #3CC352

RGB

 RED value IS 60 (23.83% from 255) = 17.8%

 GREEN value IS 195 (76.56% from 255) = 57.86%

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

R = 17.8%
G = 57.86%
B = 24.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#3CC352 (or 0x3CC352) is known color: Fruit Salad. HEX triplet: 3C, C3 and 52. RGB value is (60,195,82). Sum of RGB (Red+Green+Blue) = 60+195+82=337 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.80% from 337); Green value is 195 (76.56% from 255 or 57.86% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 195 - color contains mainly: green. Hex color #3CC352 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC352 is #C33CAD. Grayscale: #8E8E8E. Windows color (decimal): -12795054 or 5423932. OLE color: 5423932.

HSL color Cylindrical-coordinate representation of color #3CC352: hue angle of 129.78º 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 #3CC352 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 60 195 82 -
CMYK 0.69 0 0.58 0.24
HSL 129.78º 0.53% 0.5% -
HSV(B) 129.78º 0.69% 0.76% -
XYZ 22.9 40.6 14.61 -
YUV 141.75 94.27 69.69 -
System Red Green Blue C M Y K H S L
Decimal 60 195 82 0.69 0 0.58 0.24 129.78 0.53 0.5
Hex 3C C3 52 45 0 3A 18 82 35 32
Octal 74 303 122 105 0 72 30 202 65 62
Binary 111100 11000011 1010010 1000101 0 111010 11000 10000010 110101 110010

Color Harmonies of #3CC352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC352

Black with #3CC352

Text Example


Text Example

White with #3CC352

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,195,82); }

 H1.HeaderClassName
 {
   color: #3CC352;
 }
 .AnyTagClassName
 {
   color: #3CC352;
 }
</style>

background-color css

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

 a { background-color: rgb(60,195,82); }

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

border-color css

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

 span { border-color: rgb(60,195,82); }

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