Html Css Color HEX #3BBD50 Fruit Salad

📋 copy color: '#3BBD50'

red 59 ◦ green 189 ◦ blue 80

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

Shades of Fruit Salad #3BBD50

Tints of Fruit Salad #3BBD50

RGB

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

 GREEN value IS 189 (74.22% from 255) = 57.62%

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

R = 17.99%
G = 57.62%
B = 24.39%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#3BBD50 (or 0x3BBD50) is known color: Fruit Salad. HEX triplet: 3B, BD and 50. RGB value is (59,189,80). Sum of RGB (Red+Green+Blue) = 59+189+80=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 189 (74.22% from 255 or 57.62% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 189 - color contains mainly: green. Hex color #3BBD50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3BBD50 is #C442AF. Grayscale: #8A8A8A. Windows color (decimal): -12862128 or 5291323. OLE color: 5291323.

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

Color convert

RGB 59 189 80 -
CMYK 0.69 0 0.58 0.26
HSL 129.69º 0.52% 0.49% -
HSV(B) 129.69º 0.69% 0.74% -
XYZ 21.45 37.9 13.78 -
YUV 137.7 95.43 71.86 -
System Red Green Blue C M Y K H S L
Decimal 59 189 80 0.69 0 0.58 0.26 129.69 0.52 0.49
Hex 3B BD 50 45 0 3A 1A 82 34 31
Octal 73 275 120 105 0 72 32 202 64 61
Binary 111011 10111101 1010000 1000101 0 111010 11010 10000010 110100 110001

Color Harmonies of #3BBD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3BBD50

Black with #3BBD50

Text Example


Text Example

White with #3BBD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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