Html Css Color HEX #3DBC50 Fruit Salad

📋 copy color: '#3DBC50'

red 61 ◦ green 188 ◦ blue 80

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

Shades of Fruit Salad #3DBC50

Tints of Fruit Salad #3DBC50

RGB

 RED value IS 61 (24.22% from 255) = 18.54%

 GREEN value IS 188 (73.83% from 255) = 57.14%

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

R = 18.54%
G = 57.14%
B = 24.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#3DBC50 (or 0x3DBC50) is known color: Fruit Salad. HEX triplet: 3D, BC and 50. RGB value is (61,188,80). Sum of RGB (Red+Green+Blue) = 61+188+80=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 188 (73.83% from 255 or 57.14% from 329); Blue value is 80 (31.64% from 255 or 24.32% from 329); Max value from RGB is 188 - color contains mainly: green. Hex color #3DBC50 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBC50 is #C243AF. Grayscale: #8A8A8A. Windows color (decimal): -12731312 or 5291069. OLE color: 5291069.

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

Color convert

RGB 61 188 80 -
CMYK 0.68 0 0.57 0.26
HSL 128.98º 0.51% 0.49% -
HSV(B) 128.98º 0.68% 0.74% -
XYZ 21.36 37.54 13.71 -
YUV 137.72 95.42 73.28 -
System Red Green Blue C M Y K H S L
Decimal 61 188 80 0.68 0 0.57 0.26 128.98 0.51 0.49
Hex 3D BC 50 44 0 39 1A 81 33 31
Octal 75 274 120 104 0 71 32 201 63 61
Binary 111101 10111100 1010000 1000100 0 111001 11010 10000001 110011 110001

Color Harmonies of #3DBC50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DBC50

Black with #3DBC50

Text Example


Text Example

White with #3DBC50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,188,80); }

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

background-color css

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

 a { background-color: rgb(61,188,80); }

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

border-color css

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

 span { border-color: rgb(61,188,80); }

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