Html Css Color HEX #3CC050 Fruit Salad

📋 copy color: '#3CC050'

red 60 ◦ green 192 ◦ blue 80

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

Shades of Fruit Salad #3CC050

Tints of Fruit Salad #3CC050

RGB

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

 GREEN value IS 192 (75.39% from 255) = 57.83%

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 18.07%
G = 57.83%
B = 24.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#3CC050 (or 0x3CC050) is known color: Fruit Salad. HEX triplet: 3C, C0 and 50. RGB value is (60,192,80). Sum of RGB (Red+Green+Blue) = 60+192+80=332 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.07% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #3CC050 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CC050 is #C33FAF. Grayscale: #8C8C8C. Windows color (decimal): -12795824 or 5292092. OLE color: 5292092.

HSL color Cylindrical-coordinate representation of color #3CC050: hue angle of 129.09º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CC050 is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 60 192 80 -
CMYK 0.69 0 0.58 0.25
HSL 129.09º 0.52% 0.49% -
HSV(B) 129.09º 0.69% 0.75% -
XYZ 22.16 39.24 14 -
YUV 139.76 94.27 71.11 -
System Red Green Blue C M Y K H S L
Decimal 60 192 80 0.69 0 0.58 0.25 129.09 0.52 0.49
Hex 3C C0 50 45 0 3A 19 81 34 31
Octal 74 300 120 105 0 72 31 201 64 61
Binary 111100 11000000 1010000 1000101 0 111010 11001 10000001 110100 110001

Color Harmonies of #3CC050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CC050

Black with #3CC050

Text Example


Text Example

White with #3CC050

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,192,80); }

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

background-color css

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

 a { background-color: rgb(60,192,80); }

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

border-color css

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

 span { border-color: rgb(60,192,80); }

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