Html Css Color HEX #3BC150 Fruit Salad

📋 copy color: '#3BC150'

red 59 ◦ green 193 ◦ blue 80

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

Shades of Fruit Salad #3BC150

Tints of Fruit Salad #3BC150

RGB

 RED value IS 59 (23.44% from 255) = 17.77%

 GREEN value IS 193 (75.78% from 255) = 58.13%

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

R = 17.77%
G = 58.13%
B = 24.1%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#3BC150 (or 0x3BC150) is known color: Fruit Salad. HEX triplet: 3B, C1 and 50. RGB value is (59,193,80). Sum of RGB (Red+Green+Blue) = 59+193+80=332 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.77% from 332); Green value is 193 (75.78% from 255 or 58.13% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 193 - color contains mainly: green. Hex color #3BC150 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BC150 is #C43EAF. Grayscale: #8C8C8C. Windows color (decimal): -12861104 or 5292347. OLE color: 5292347.

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

Color convert

RGB 59 193 80 -
CMYK 0.69 0 0.59 0.24
HSL 129.4º 0.53% 0.49% -
HSV(B) 129.4º 0.69% 0.76% -
XYZ 22.32 39.65 14.07 -
YUV 140.05 94.11 70.19 -
System Red Green Blue C M Y K H S L
Decimal 59 193 80 0.69 0 0.59 0.24 129.4 0.53 0.49
Hex 3B C1 50 45 0 3B 18 81 35 31
Octal 73 301 120 105 0 73 30 201 65 61
Binary 111011 11000001 1010000 1000101 0 111011 11000 10000001 110101 110001

Color Harmonies of #3BC150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BC150

Black with #3BC150

Text Example


Text Example

White with #3BC150

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,193,80); }

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

background-color css

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

 a { background-color: rgb(59,193,80); }

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

border-color css

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

 span { border-color: rgb(59,193,80); }

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